Lines Matching refs:Elf32_Addr
85 static inline Elf32_Addr
88 static inline Elf32_Addr
91 Elf32_Addr dynamic; in elf_machine_dynamic()
102 static inline Elf32_Addr
105 static inline Elf32_Addr
108 Elf32_Addr dynamic; in elf_machine_load_address()
124 Elf32_Addr *reloc_addr, struct fdesc value) in elf_machine_fixup_plt()
126 volatile Elf32_Addr *rfdesc = reloc_addr; in elf_machine_fixup_plt()
170 Elf32_Addr *got = NULL; in elf_machine_runtime_setup()
171 Elf32_Addr l_addr, iplt, jmprel, end_jmprel, r_type, r_sym; in elf_machine_runtime_setup()
176 Elf32_Addr i[2]; in elf_machine_runtime_setup()
204 got = (Elf32_Addr *) (reloc->r_offset + l_addr + PLT_ENTRY_SIZE + SIZEOF_PLT_STUB); in elf_machine_runtime_setup()
223 register Elf32_Addr ltp __asm__ ("%r19"); in elf_machine_runtime_setup()
226 got[1] = (Elf32_Addr) l; in elf_machine_runtime_setup()
235 got[-2] = (Elf32_Addr) ((struct fdesc *) in elf_machine_runtime_setup()
241 got[-2] = (Elf32_Addr) &_dl_runtime_resolve; in elf_machine_runtime_setup()
257 got[-2] = (Elf32_Addr) ((struct fdesc *) in elf_machine_runtime_setup()
263 got[-2] = (Elf32_Addr) &_dl_runtime_profile; in elf_machine_runtime_setup()
290 fptr->ip = (Elf32_Addr) got - GOT_FROM_PLT_STUB; in elf_machine_runtime_setup()
345 register Elf32_Addr dp asm ("%r27"); \
558 Elf32_Addr *const reloc_addr = reloc_addr_arg; in elf_machine_rela()
562 Elf32_Addr value; in elf_machine_rela()
644 value = (Elf32_Addr)((unsigned int)_dl_make_fptr (sym_map, sym, value) | 2); in elf_machine_rela()
655 value = (Elf32_Addr)((unsigned int)_dl_make_fptr (sym_map, sym, value) | 2); in elf_machine_rela()
741 elf_machine_rela_relative (Elf32_Addr l_addr, in elf_machine_rela_relative()
746 Elf32_Addr *const reloc_addr = reloc_addr_arg; in elf_machine_rela_relative()
749 Elf32_Addr value; in elf_machine_rela_relative()
795 Elf32_Addr l_addr, const Elf32_Rela *reloc, in elf_machine_lazy_rel()