Home | History | Annotate | Download | only in config

Lines Matching full:relocation

57     /* 29K relocation types */
100 unsigned a_trsize; /* length of relocation info for text, in bytes */
101 unsigned a_drsize; /* length of relocation info for data, in bytes */
301 /* This structure describes a single relocation to be performed.
302 The text-relocation section of the file is a vector of these structures,
304 Likewise, the data-relocation section applies to the data section. */
330 #define RELOC_EXT_SIZE 12 /* Bytes per relocation entry */
347 /* The standard, old-fashioned, Berkeley compatible relocation struct */
409 #define RELOC_STD_SIZE 8 /* Bytes per relocation entry */
442 unsigned int r_relative:1; /* "relative relocation" */