Matches in DBpedia 2016-04 for { <http://dbpedia.org/resource/Data_segment> ?p ?o }
Showing triples 1 to 68 of
68
with 100 triples per page.
- Data_segment abstract "In computing, a data segment (often denoted .data) is a portion of an object file or the corresponding virtual address space of a program that contains initialized static variables, that is, global variables and static local variables. The size of this segment is determined by the size of the values in the program's source code, and does not change at run time.The data segment is read-write, since the values of variables cannot be altered at run time. This is in contrast to the read-only data segment (rodata segment or .rodata), which contains static constants rather than variables; it also contrasts to the code segment, also known as the text segment, which is read-only on many architectures. Uninitialized data, both variables and constants, is instead in the BSS segment.Historically, to be able to support memory address spaces larger than the native size of the internal address register would allow, early CPUs implemented a system of segmentation whereby they would store a small set of indexes to use as offsets to certain areas. The Intel 8086 family of CPUs provided four segments: the code segment, the data segment, the stack segment and the extra segment. Each segment was placed at a specific location in memory by the software being executed and all instructions that operated on the data within those segments were performed relative to the start of that segment. This allowed a 16-bit address register, which would normally provide 64KiB (65536 bytes) of memory space, to access a 1MiB (1048576 bytes) address space.This segmenting of the memory space into discrete blocks with specific tasks carried over into the programming languages of the day and the concept is still widely in use within modern programming languages.".
- Data_segment wikiPageExternalLink memory-layout-of-a-program.
- Data_segment wikiPageExternalLink c-startup.html.
- Data_segment wikiPageExternalLink 0x03-notes-on-assembly-memory-from.html.
- Data_segment wikiPageExternalLink Expert.C.Programming.pdf.
- Data_segment wikiPageExternalLink mem.html.
- Data_segment wikiPageID "1613235".
- Data_segment wikiPageLength "7216".
- Data_segment wikiPageOutDegree "37".
- Data_segment wikiPageRevisionID "708101111".
- Data_segment wikiPageWikiLink .bss.
- Data_segment wikiPageWikiLink Automatic_variable.
- Data_segment wikiPageWikiLink C_dynamic_memory_allocation.
- Data_segment wikiPageWikiLink Category:Executable_file_formats.
- Data_segment wikiPageWikiLink Category:Memory_management.
- Data_segment wikiPageWikiLink Code_segment.
- Data_segment wikiPageWikiLink Computing.
- Data_segment wikiPageWikiLink EEPROM.
- Data_segment wikiPageWikiLink Global_variable.
- Data_segment wikiPageWikiLink Here_document.
- Data_segment wikiPageWikiLink Intel_8086.
- Data_segment wikiPageWikiLink Linker_(computing).
- Data_segment wikiPageWikiLink Local_variable.
- Data_segment wikiPageWikiLink Mask_ROM.
- Data_segment wikiPageWikiLink Memory_segmentation.
- Data_segment wikiPageWikiLink Mmap.
- Data_segment wikiPageWikiLink Object_file.
- Data_segment wikiPageWikiLink Perl.
- Data_segment wikiPageWikiLink Programmable_read-only_memory.
- Data_segment wikiPageWikiLink Read-only_memory.
- Data_segment wikiPageWikiLink Ruby_(programming_language).
- Data_segment wikiPageWikiLink Run_time_(program_lifecycle_phase).
- Data_segment wikiPageWikiLink Sbrk.
- Data_segment wikiPageWikiLink Segmentation_fault.
- Data_segment wikiPageWikiLink Stack_(abstract_data_type).
- Data_segment wikiPageWikiLink Static_variable.
- Data_segment wikiPageWikiLink Uninitialized_variable.
- Data_segment wikiPageWikiLink Virtual_address_space.
- Data_segment wikiPageWikiLink X86.
- Data_segment wikiPageWikiLink File:Program_memory_layout.pdf.
- Data_segment wikiPageWikiLinkText "DS".
- Data_segment wikiPageWikiLinkText "Data Segment".
- Data_segment wikiPageWikiLinkText "Data segment".
- Data_segment wikiPageWikiLinkText "Data segment#rodata".
- Data_segment wikiPageWikiLinkText "data sections".
- Data_segment wikiPageWikiLinkText "data segment".
- Data_segment wikiPageWikiLinkText "data".
- Data_segment wikiPageUsesTemplate Template:Cite_web.
- Data_segment wikiPageUsesTemplate Template:Disputed.
- Data_segment wikiPageUsesTemplate Template:Main.
- Data_segment wikiPageUsesTemplate Template:Refbegin.
- Data_segment wikiPageUsesTemplate Template:Refend.
- Data_segment wikiPageUsesTemplate Template:Reflist.
- Data_segment wikiPageUsesTemplate Template:Visible_anchor.
- Data_segment subject Category:Executable_file_formats.
- Data_segment subject Category:Memory_management.
- Data_segment hypernym Portion.
- Data_segment type AnatomicalStructure.
- Data_segment comment "In computing, a data segment (often denoted .data) is a portion of an object file or the corresponding virtual address space of a program that contains initialized static variables, that is, global variables and static local variables. The size of this segment is determined by the size of the values in the program's source code, and does not change at run time.The data segment is read-write, since the values of variables cannot be altered at run time.".
- Data_segment label "Data segment".
- Data_segment sameAs Q491179.
- Data_segment sameAs Datensegment.
- Data_segment sameAs Segment_de_données.
- Data_segment sameAs m.05gp01.
- Data_segment sameAs Q491179.
- Data_segment sameAs 数据段.
- Data_segment wasDerivedFrom Data_segment?oldid=708101111.
- Data_segment isPrimaryTopicOf Data_segment.