Lines Matching defs:segment
76 /* A table listing the load segments in a symfile, and which segment
80 struct segment
82 segment (CORE_ADDR base, CORE_ADDR size)
86 /* The original base address the segment. */
89 /* The memory size of the segment. */
94 two, the text segment is the first one and the data segment
96 std::vector<segment> segments;
98 /* This is an array of entries recording which segment contains each BFD
99 section. SEGMENT_INFO[I] is S+1 if the I'th BFD section belongs to segment
100 S, or zero if it is not in any segment. */
156 the segments of ABFD. Each segment is a unit of the file