Searched refs:Elf64_Addr (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/sys/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_valu
[all...]
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h47 typedef uint64_t Elf64_Addr; typedef
114 Elf64_Addr e_entry; /* Entry point */
190 Elf64_Addr p_vaddr;
191 Elf64_Addr p_paddr;
223 Elf64_Addr sh_addr;
388 Elf64_Addr c_ptr;
456 Elf64_Addr d_ptr;
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c80 d->p_vaddr = (Elf64_Addr) ep32->p_vaddr;
81 d->p_paddr = (Elf64_Addr) ep32->p_paddr;
H A Dgelf_shdr.c74 d->sh_addr = (Elf64_Addr) sh32->sh_addr;
H A Dgelf.h34 typedef Elf64_Addr GElf_Addr; /* Addresses */
H A Dgelf_rel.c83 dst->r_offset = (Elf64_Addr) rel32->r_offset;
H A Dgelf_rela.c83 dst->r_offset = (Elf64_Addr) rela32->r_offset;
H A Dgelf_sym.c84 dst->st_value = (Elf64_Addr) sym32->st_value;
/freebsd-13-stable/usr.sbin/kldxref/
H A Def_amd64.c49 Elf64_Addr *where, val;
/freebsd-13-stable/sys/mips/mips/
H A Delf_machdep.c278 addend = *(Elf64_Addr *)where;
334 if (*(Elf64_Addr*)where != addr)
335 *(Elf64_Addr*)where = addr;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h34 using Elf64_Addr = uint64_t;
91 Elf64_Addr e_entry;
801 Elf64_Addr sh_addr;
1029 Elf64_Addr st_value; // Value or address associated with the symbol
1136 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).
1152 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).
1187 Elf64_Addr p_vaddr; // Virtual address of beginning of segment
1188 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)
1259 Elf64_Addr d_ptr; // Pointer value of entry.
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h72 #define EC_ADDR(a) ((Elf64_Addr)(a)) /* "ull" */
/freebsd-13-stable/stand/common/
H A Dreloc_elf.c57 Elf64_Addr *where, val;
/freebsd-13-stable/sys/amd64/amd64/
H A Delf_machdep.c263 Elf64_Addr *where, val;
370 val = ((Elf64_Addr (*)(void))addr)();
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2321 typedef uint64_t Elf64_Addr; /* Program address. */ typedef
2351 Elf64_Addr c_ptr; /* Pointer value. */
2366 Elf64_Addr c_index;
2387 Elf64_Addr d_ptr; /* Pointer value; */
2421 Elf64_Addr e_entry; /* Start address. */
2682 Elf64_Addr ri_gp_value; /* GP register value. */
2706 Elf64_Addr p_vaddr; /* Virtual address in memory. */
2707 Elf64_Addr p_paddr; /* Physical address (if relevant). */
2768 Elf64_Addr sh_addr; /* in-memory address of section */
2796 Elf64_Addr st_valu
[all...]
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c52 Elf64_Addr baseaddr;
/freebsd-13-stable/sys/arm64/arm64/
H A Delf_machdep.c225 val = ((Elf64_Addr (*)(void))addr)();
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c148 dst->e_entry = (Elf64_Addr)src->e_entry;
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf64_machdep.c366 val = ((Elf64_Addr (*)(void))addr)();
/freebsd-13-stable/sys/riscv/riscv/
H A Delf_machdep.c283 Elf64_Addr *where;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c304 base = (Elf64_Addr *)*stack_base;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c749 Elf64_Addr symval;
H A Ddt_module.c421 Elf64_Addr v;

Completed in 216 milliseconds