Lines Matching full:relocation
275 #define SHT_RELA 4 /* relocation section with addends*/
316 #define ELF_REL_DATA ".rel.data" /* relocation data */
317 #define ELF_REL_FINI ".rel.fini" /* relocation termination code */
318 #define ELF_REL_INIT ".rel.init" /* relocation initialization code */
320 #define ELF_REL_RODATA ".rel.rodata" /* relocation read-only data */
321 #define ELF_REL_TEXT ".rel.text" /* relocation code */
401 /* Relocation entry with implicit addend */
403 Elf32_Addr r_offset; /* offset of relocation */
407 /* Relocation entry with explicit addend */
409 Elf32_Addr r_offset; /* offset of relocation */
416 Elf64_Xword r_info; /* index and type of relocation */
421 Elf64_Xword r_info; /* index and type of relocation */
425 /* Extract relocation info - r_info */
500 #define DT_PLTRELSZ 2 /* size of relocation entries in PLT */
505 #define DT_RELA 7 /* address of relocation table */
506 #define DT_RELASZ 8 /* size of relocation table */
507 #define DT_RELAENT 9 /* size of relocation entry */
517 #define DT_RELSZ 18 /* size of DT_REL relocation table */
518 #define DT_RELENT 19 /* size of DT_REL relocation entry */
519 #define DT_PLTREL 20 /* PLT referenced relocation entry */
522 #define DT_JMPREL 23 /* add. of PLT's relocation entries */
567 /* x86-64 relocation types */
685 #define R_AARCH64_NONE 0 /* No relocation */