Lines Matching full:segment
58 .It text segment
62 .It data segment
66 to update pointers in the text segment when combining binary files.
68 Like the text relocation section, but for data segment pointers.
151 The header, text segment and data segment are all
153 Pages that the kernel loads from the text segment are read-only,
154 while pages from the data segment are writable.
157 Contains the size of the text segment in bytes.
159 Contains the size of the data segment in bytes.
162 .Sq bss segment
165 after the data segment.
167 appears to follow the data segment and initially reads as zeroes.
194 The byte offset in the binary file of the beginning of the text segment.
225 Text relocation offsets are reckoned from the start of the text segment,
226 and data relocation offsets from the start of the data segment.
267 what segment the relocated pointer points into.
347 in the bss segment,
407 either the text or the data segment.