Lines Matching full:relocation
111 /* Expanded internal representation of a relocation entry. */
174 offsets and sizes to the pool of relocation entries for all sections
176 external relocation entries
177 local relocation entries
178 For executable and object modules the relocation entries continue to hang
208 /* Index into the external relocation table of the first entry provided
212 /* Number of external relocation entries provided by this module. */
328 external relocation entries for each module in the library need to be
329 accessed efficiently. Since the relocation entries can't be accessed
333 locreloff and nlocrel fields are non-zero indicates that the relocation
338 Since the relocation entries are not accessed through the section headers
343 The relocation entries are grouped by module and the module table
345 relocation entries for that the module.
348 remaining external relocation entries for them (for merged sections
349 remaining relocation entries must be local). */
351 unsigned long extreloff; /* Offset to external relocation entries. */
352 unsigned long nextrel; /* Number of external relocation entries. */
354 /* All the local relocation entries are grouped together (they are not
358 unsigned long locreloff; /* Offset to local relocation entries. */
359 unsigned long nlocrel; /* Number of local relocation entries. */