Lines Matching full:relocation
251 #define SHT_RELA 4 /* relocation section with addends*/
292 #define ELF_REL_DATA ".rel.data" /* relocation data */
293 #define ELF_REL_FINI ".rel.fini" /* relocation termination code */
294 #define ELF_REL_INIT ".rel.init" /* relocation initialization code */
296 #define ELF_REL_RODATA ".rel.rodata" /* relocation read-only data */
297 #define ELF_REL_TEXT ".rel.text" /* relocation code */
378 /* Relocation entry with implicit addend */
381 Elf32_Addr r_offset; /* offset of relocation */
385 /* Relocation entry with explicit addend */
388 Elf32_Addr r_offset; /* offset of relocation */
395 Elf64_Xword r_info; /* index and type of relocation */
400 Elf64_Xword r_info; /* index and type of relocation */
404 /* Extract relocation info - r_info */
470 #define DT_PLTRELSZ 2 /* size of relocation entries in PLT */
475 #define DT_RELA 7 /* address of relocation table */
476 #define DT_RELASZ 8 /* size of relocation table */
477 #define DT_RELAENT 9 /* size of relocation entry */
487 #define DT_RELSZ 18 /* size of DT_REL relocation table */
488 #define DT_RELENT 19 /* size of DT_REL relocation entry */
489 #define DT_PLTREL 20 /* PLT referenced relocation entry */
492 #define DT_JMPREL 23 /* add. of PLT's relocation entries */
613 #define R_AARCH64_NONE 0 /* No relocation. */