Relocation (computing): Difference between revisions

Content deleted Content added
Segmentation: add examples to eliminate note.
rm bad link. WP:NPOV.
Line 11:
 
== Segmentation ==
[[Object file]]s are segmented into various [[Memory segmentation|memory segment]] (moreor properly called ''sections'')section types. Example segmentssegment types include [[code segment|code segment (.text)]], [[data segment|initialized data segment (.data)]], [[.bss|uninitialized data segment (.bss)]], or others as established by the programmer, such as common segments, or named static segments.
 
== Relocation table ==