Searched refs:Elf64_Addr (Results 1 – 7 of 7) sorted by relevance
40 typedef uint64_t Elf64_Addr; typedef71 Elf64_Addr e_entry; /* Entry point. */104 Elf64_Addr sh_addr; /* Address in memory image. */121 Elf64_Addr p_vaddr; /* Virtual address in memory image. */122 Elf64_Addr p_paddr; /* Physical address (not used). */136 Elf64_Addr d_ptr; /* Address value. */146 Elf64_Addr r_offset; /* Location to be relocated. */152 Elf64_Addr r_offset; /* Location to be relocated. */196 Elf64_Addr c_ptr;209 Elf64_Addr st_value; /* Symbol value. */
278 addend = *(Elf64_Addr *)where; in elf_reloc_internal()334 if (*(Elf64_Addr*)where != addr) in elf_reloc_internal()335 *(Elf64_Addr*)where = addr; in elf_reloc_internal()
40 #define Elf_Addr Elf64_Addr
263 Elf64_Addr *where, val; in elf_reloc_internal()370 val = ((Elf64_Addr (*)(void))addr)(); in elf_reloc_internal()
161 Elf64_Addr *where, val; in elf_reloc_internal()
225 val = ((Elf64_Addr (*)(void))addr)(); in elf_reloc_internal()
304 base = (Elf64_Addr *)*stack_base; in linux_fixup_elf()