Lines Matching refs:Elf64_Addr
40 Elf64_Addr *boot_table; in __ia64_init_bootstrap_fdesc_table()
61 static inline Elf64_Addr __attribute__ ((unused, const))
64 Elf64_Addr *p; in elf_machine_dynamic()
81 static inline Elf64_Addr __attribute__ ((unused))
84 Elf64_Addr ip; in elf_machine_load_address()
96 return ip - (Elf64_Addr) *p; in elf_machine_load_address()
111 register Elf64_Addr gp __asm__ ("gp"); in elf_machine_runtime_setup()
112 Elf64_Addr *reserve, doit; in elf_machine_runtime_setup()
118 reserve = ((Elf64_Addr *) in elf_machine_runtime_setup()
121 reserve[0] = (Elf64_Addr) l; in elf_machine_runtime_setup()
125 doit = (Elf64_Addr) ELF_PTR_TO_FDESC (&_dl_runtime_resolve)->ip; in elf_machine_runtime_setup()
135 doit = (Elf64_Addr) ELF_PTR_TO_FDESC (&_dl_runtime_profile)->ip; in elf_machine_runtime_setup()
337 Elf64_Addr *reloc_addr, struct fdesc value) in elf_machine_fixup_plt()
345 ((volatile Elf64_Addr *) reloc_addr)[0] = value.ip; in elf_machine_fixup_plt()
382 Elf64_Addr *const reloc_addr = reloc_addr_arg; in elf_machine_rela()
384 Elf64_Addr value; in elf_machine_rela()
435 value -= (Elf64_Addr) reloc_addr & -16; in elf_machine_rela()
481 elf_machine_rela_relative (Elf64_Addr l_addr, const Elf64_Rela *reloc, in elf_machine_rela_relative()
484 Elf64_Addr *const reloc_addr = reloc_addr_arg; in elf_machine_rela_relative()
495 Elf64_Addr l_addr, const Elf64_Rela *reloc, in elf_machine_lazy_rel()
498 Elf64_Addr *const reloc_addr = (void *) (l_addr + reloc->r_offset); in elf_machine_lazy_rel()