Relocation (computing): Difference between revisions

Content deleted Content added
Segmentation: These are segments only if there is hardware and OS support for segments. Most systems now use a flat address space
Segmentation: add examples to eliminate note.
Line 11:
 
== Segmentation ==
[[Object file]]s are segmented into various [[Memory segmentation|memory segment]] (more properly called ''sections'') types. Example segments include [[code segment|code segment (.text)]], [[data segment|initialized data segment (.data)]], [[.bss|uninitialized data segment (.bss)]], or others.{{clarify|date=November 2016}}as established by the programmer, such as common segments, or named static segments.
 
== Relocation table ==