Lines Matching refs:Elf32_Addr
41 static inline Elf32_Addr __attribute__ ((unused))
44 register Elf32_Addr *got; in elf_machine_dynamic()
51 static inline Elf32_Addr __attribute__ ((unused))
54 Elf32_Addr addr; in elf_machine_load_address()
77 Elf32_Addr *got; in elf_machine_runtime_setup()
87 got = (Elf32_Addr *) D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()
94 l->l_mach.gotplt = (Elf32_Addr) &got[3]; in elf_machine_runtime_setup()
96 got[1] = (Elf32_Addr) l; /* Identify this shared object. */ in elf_machine_runtime_setup()
106 got[2] = (Elf32_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()
115 got[2] = (Elf32_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()
234 static inline Elf32_Addr
238 Elf32_Addr *reloc_addr, Elf32_Addr value) in elf_machine_fixup_plt()
244 static inline Elf32_Addr
246 Elf32_Addr value) in elf_machine_plt_value()
268 Elf32_Addr *const reloc_addr = reloc_addr_arg; in elf_machine_rela()
270 Elf32_Addr value; in elf_machine_rela()
417 value = (value - (Elf32_Addr) reloc_addr); in elf_machine_rela()
430 elf_machine_rela_relative (Elf32_Addr l_addr, const Elf32_Rela *reloc, in elf_machine_rela_relative()
433 Elf32_Addr value; in elf_machine_rela_relative()
450 Elf32_Addr l_addr, const Elf32_Rela *reloc, in elf_machine_lazy_rel()
453 Elf32_Addr *const reloc_addr = (void *) (l_addr + reloc->r_offset); in elf_machine_lazy_rel()
462 + (((Elf32_Addr) reloc_addr) - map->l_mach.gotplt) * 7; in elf_machine_lazy_rel()