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

/freebsd-11-stable/sys/sys/
H A Delf64.h38 typedef uint64_t Elf64_Addr; typedef
69 Elf64_Addr e_entry; /* Entry point. */
102 Elf64_Addr sh_addr; /* Address in memory image. */
119 Elf64_Addr p_vaddr; /* Virtual address in memory image. */
120 Elf64_Addr p_paddr; /* Physical address (not used). */
134 Elf64_Addr d_ptr; /* Address value. */
144 Elf64_Addr r_offset; /* Location to be relocated. */
150 Elf64_Addr r_offset; /* Location to be relocated. */
194 Elf64_Addr c_ptr;
207 Elf64_Addr st_valu
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dfde-glibc.c47 Elf64_Addr pc;
59 Elf64_Addr load_base, seg_base;
73 seg_base = ~(Elf64_Addr) 0;
81 Elf64_Addr vaddr = phdr->p_vaddr + load_base;
155 data.pc = (Elf64_Addr) pc;
/freebsd-11-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-11-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_rela.c83 dst->r_offset = (Elf64_Addr) rela32->r_offset;
H A Dgelf_rel.c83 dst->r_offset = (Elf64_Addr) rel32->r_offset;
H A Dgelf_sym.c84 dst->st_value = (Elf64_Addr) sym32->st_value;
H A Dgelf.h34 typedef Elf64_Addr GElf_Addr; /* Addresses */
/freebsd-11-stable/usr.sbin/kldxref/
H A Def_amd64.c49 Elf64_Addr *where, val;
/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c198 addend = *(Elf64_Addr *)where;
254 if (*(Elf64_Addr*)where != addr)
255 *(Elf64_Addr*)where = addr;
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h72 #define EC_ADDR(a) ((Elf64_Addr)(a)) /* "ull" */
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h34 using Elf64_Addr = uint64_t;
91 Elf64_Addr e_entry;
791 Elf64_Addr sh_addr;
1016 Elf64_Addr st_value; // Value or address associated with the symbol
1123 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).
1139 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).
1174 Elf64_Addr p_vaddr; // Virtual address of beginning of segment
1175 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)
1246 Elf64_Addr d_ptr; // Pointer value of entry.
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c188 Elf64_Addr *where, val;
288 val = ((Elf64_Addr (*)(void))addr)();
/freebsd-11-stable/stand/common/
H A Dreloc_elf.c81 Elf64_Addr *where, val;
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c75 Elf64_Addr entry;
/freebsd-11-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-11-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c52 Elf64_Addr baseaddr;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c147 dst->e_entry = (Elf64_Addr)src->e_entry;
/freebsd-11-stable/sys/riscv/riscv/
H A Delf_machdep.c285 Elf64_Addr *where;
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c256 base = (Elf64_Addr *)*stack_base;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c421 Elf64_Addr v;
H A Ddt_link.c780 Elf64_Addr symval;

Completed in 315 milliseconds