/freebsd/sys/sys/ |
H A D | elf64.h | 38 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. */ 196 Elf64_Addr c_ptr; 209 Elf64_Addr st_value; /* Symbol value. */
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 47 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; 419 Elf64_Addr c_ptr; 487 Elf64_Addr d_ptr;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 36 using Elf64_Addr = uint64_t; variable 93 Elf64_Addr e_entry; 1042 Elf64_Addr sh_addr; 1296 Elf64_Addr st_value; // Value or address associated with the symbol 1403 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 1419 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 1462 Elf64_Addr p_vaddr; // Virtual address of beginning of segment 1463 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific) 1542 Elf64_Addr d_ptr; // Pointer value of entry.
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_phdr.c | 80 d->p_vaddr = (Elf64_Addr) ep32->p_vaddr; in gelf_getphdr() 81 d->p_paddr = (Elf64_Addr) ep32->p_paddr; in gelf_getphdr()
|
H A D | gelf_shdr.c | 74 d->sh_addr = (Elf64_Addr) sh32->sh_addr; in gelf_getshdr()
|
H A D | gelf_rel.c | 83 dst->r_offset = (Elf64_Addr) rel32->r_offset; in gelf_getrel()
|
H A D | gelf_sym.c | 84 dst->st_value = (Elf64_Addr) sym32->st_value; in gelf_getsym()
|
H A D | gelf.h | 34 typedef Elf64_Addr GElf_Addr; /* Addresses */
|
H A D | gelf_rela.c | 83 dst->r_offset = (Elf64_Addr) rela32->r_offset; in gelf_getrela()
|
H A D | libelf_convert.m4 | 565 #define SWAP_ADDR64(X) _SWAP_WORD64(X, Elf64_Addr) 686 #define READ_ADDR64(P,X) _READ_WORD64(P, X, Elf64_Addr)
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2325 typedef uint64_t Elf64_Addr; /* Program address. */ typedef 2355 Elf64_Addr c_ptr; /* Pointer value. */ 2370 Elf64_Addr c_index; 2391 Elf64_Addr d_ptr; /* Pointer value; */ 2425 Elf64_Addr e_entry; /* Start address. */ 2686 Elf64_Addr ri_gp_value; /* GP register value. */ 2710 Elf64_Addr p_vaddr; /* Virtual address in memory. */ 2711 Elf64_Addr p_paddr; /* Physical address (if relevant). */ 2772 Elf64_Addr sh_addr; /* in-memory address of section */ 2800 Elf64_Addr st_value; /* value for the symbol */ [all …]
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 279 Elf64_Addr *where, val; in elf_reloc_internal() 386 val = ((Elf64_Addr (*)(void))addr)(); in elf_reloc_internal()
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | elf.h | 70 #define EC_ADDR(a) ((Elf64_Addr)(a)) /* "ull" */
|
/freebsd/stand/common/ |
H A D | reloc_elf.c | 53 Elf64_Addr *where, val; in __elfN()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 52 Elf64_Addr baseaddr; in create_binary()
|
/freebsd/sys/arm64/arm64/ |
H A D | elf_machdep.c | 258 val = ((Elf64_Addr (*)(void))addr)(); in elf_reloc_internal()
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 296 Elf64_Addr *where; in elf_reloc_internal()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 375 val = ((Elf64_Addr (*)(void))addr)(); in elf_reloc_internal()
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 148 dst->e_entry = (Elf64_Addr)src->e_entry; in ehdr_to_gelf()
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | 807 Elf64_Addr *where, val; in linux_vdso_reloc()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 773 Elf64_Addr symval; in dt_symtab_lookup()
|
H A D | dt_module.c | 421 Elf64_Addr v; in dt_module_symaddr64()
|