Home
last modified time | relevance | path

Searched refs:Elf64_Addr (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Delf64.h40 typedef uint64_t Elf64_Addr; typedef
71 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. */
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c278 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()
/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.h40 #define Elf_Addr Elf64_Addr
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c263 Elf64_Addr *where, val; in elf_reloc_internal()
370 val = ((Elf64_Addr (*)(void))addr)(); in elf_reloc_internal()
/f-stack/lib/
H A Dff_compat.c161 Elf64_Addr *where, val; in elf_reloc_internal()
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c225 val = ((Elf64_Addr (*)(void))addr)(); in elf_reloc_internal()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c304 base = (Elf64_Addr *)*stack_base; in linux_fixup_elf()