Lines Matching full:relocation
327 #define SHT_RELA 4 /* Relocation entries with addends */
332 #define SHT_REL 9 /* Relocation entries, no addends */
496 /* Relocation table entry without addend (in section of type SHT_REL). */
501 Elf32_Word r_info; /* Relocation type and symbol index */
512 Elf64_Xword r_info; /* Relocation type and symbol index */
515 /* Relocation table entry with addend (in section of type SHT_RELA). */
520 Elf32_Word r_info; /* Relocation type and symbol index */
527 Elf64_Xword r_info; /* Relocation type and symbol index */
581 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
1157 #define R_386_TLS_GD_CALL 26 /* Relocation for call to
1163 #define R_386_TLS_LDM_CALL 30 /* Relocation for call to
1753 #define R_PARISC_SEGBASE 48 /* No relocation, set segment base. */
1803 #define R_PARISC_COPY 128 /* Copy relocation. */
1939 /* Magic values of the LITUSE relocation addend. */
2386 #define R_IA64_COPY 0x84 /* copy relocation */