Searched refs:r_offset (Results 1 – 5 of 5) sorted by relevance
30 Elf64_Addr r_offset; /* Location at which to apply the action */ member35 Elf32_Addr r_offset; /* Location at which to apply the action */ member41 Elf64_Addr r_offset; /* Location at which to apply the action */ member
12 OFFSET(ELF_RELA_OFFSET, elf32_rela, r_offset); in main()16 OFFSET(ELF_RELA_OFFSET, elf64_rela, r_offset); in main()
85 (ldbase + rel->r_offset); in _relocate()
83 (ldbase + rel->r_offset); in _relocate()
81 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()