/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_phnum.c | 35 _libelf_getphdrnum(Elf *e, size_t *phnum) in _libelf_getphdrnum() 55 elf_getphdrnum(Elf *e, size_t *phnum) in elf_getphdrnum() 62 elf_getphnum(Elf *e, size_t *phnum) in elf_getphnum()
|
H A D | libelf_ehdr.c | 41 _libelf_load_extended(Elf *e, int ec, uint64_t shoff, uint16_t phnum, in _libelf_load_extended() 110 uint16_t phnum, shnum, strndx; in _libelf_ehdr() local
|
H A D | gelf_phdr.c | 56 size_t phnum; in gelf_getphdr() local 126 size_t phnum; in gelf_update_phdr() local
|
H A D | libelf_phdr.c | 39 size_t phnum; in _libelf_getphdr() local
|
H A D | libelf_extended.c | 108 _libelf_setphnum(Elf *e, void *eh, int ec, size_t phnum) in _libelf_setphnum()
|
H A D | elf_update.c | 515 size_t phnum, shnum; in _libelf_resync_elf() local 899 size_t fsz, msz, phnum; in _libelf_write_phdr() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_globals.cpp | 29 static void CheckCodeModel(ElfW(Addr) base, const ElfW(Phdr) * phdr, in CheckCodeModel() 52 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base, in HwasanGlobalsFor()
|
H A D | hwasan.cpp | 417 void __hwasan_library_loaded(ElfW(Addr) base, const ElfW(Phdr) * phdr, in __hwasan_library_loaded() 423 void __hwasan_library_unloaded(ElfW(Addr) base, const ElfW(Phdr) * phdr, in __hwasan_library_unloaded()
|
/freebsd/usr.bin/tip/tip/ |
H A D | acu.c | 62 char *phnum, string[256]; in con() local
|
/freebsd/lib/libkvm/ |
H A D | kvm_amd64.c | 57 size_t phnum; member
|
H A D | kvm_arm.c | 57 size_t phnum; member
|
H A D | kvm_i386.c | 63 size_t phnum; member
|
H A D | kvm_private.c | 164 size_t i, phnum; in _kvm_read_core_phdrs() local
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 509 u_int64_t phnum; in main() local 725 u_int64_t phnum; in elf_print_ehdr() local 771 u_int64_t phnum; in elf_print_phdr() local
|
/freebsd/sys/sys/ |
H A D | imgact_elf.h | 62 Elf_Size phnum; member
|
/freebsd/lib/libc/gen/ |
H A D | tls.c | 410 size_t phent, phnum; in _init_tls() local
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 1337 size_t phnum, i; in elf_print_phdr() local 1836 size_t filesize, i, phnum; in elf_print_interp() local
|
/freebsd/contrib/file/src/ |
H A D | readelf.c | 1897 uint16_t type, phnum, shnum, notecount; in file_tryelf() local
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 2263 size_t phnum, shnum, shstrndx; in dump_ehdr() local 2470 size_t phnum, size; in dump_phdr() local 3706 size_t filesize, phnum; in dump_notes() local
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 509 int argc, fd, i, mib[4], old_osrel, osrel, phnum, rtld_argc; in _rtld() local 1646 digest_phdr(const Elf_Phdr *phdr, int phnum, caddr_t entry, const char *path) in digest_phdr()
|