Home
last modified time | relevance | path

Searched defs:phnum (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Delf_phnum.c35 _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 Dlibelf_ehdr.c41 _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 Dgelf_phdr.c56 size_t phnum; in gelf_getphdr() local
126 size_t phnum; in gelf_update_phdr() local
H A Dlibelf_phdr.c39 size_t phnum; in _libelf_getphdr() local
H A Dlibelf_extended.c108 _libelf_setphnum(Elf *e, void *eh, int ec, size_t phnum) in _libelf_setphnum()
H A Delf_update.c515 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 Dhwasan_globals.cpp29 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 Dhwasan.cpp417 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 Dacu.c62 char *phnum, string[256]; in con() local
/freebsd/lib/libkvm/
H A Dkvm_amd64.c57 size_t phnum; member
H A Dkvm_arm.c57 size_t phnum; member
H A Dkvm_i386.c63 size_t phnum; member
H A Dkvm_private.c164 size_t i, phnum; in _kvm_read_core_phdrs() local
/freebsd/usr.bin/elfdump/
H A Delfdump.c509 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 Dimgact_elf.h62 Elf_Size phnum; member
/freebsd/lib/libc/gen/
H A Dtls.c410 size_t phent, phnum; in _init_tls() local
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c1337 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 Dreadelf.c1897 uint16_t type, phnum, shnum, notecount; in file_tryelf() local
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2263 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 Drtld.c509 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()