Searched defs:phnum (Results 1 – 10 of 10) sorted by relevance
/minix3/external/bsd/elftoolchain/dist/libelf/ |
H A D | elf_phnum.c | 40 _libelf_getphdrnum(Elf *e, size_t *phnum) in _libelf_getphdrnum() 60 elf_getphdrnum(Elf *e, size_t *phnum) in elf_getphdrnum() 67 elf_getphnum(Elf *e, size_t *phnum) in elf_getphnum()
|
H A D | libelf_ehdr.c | 50 _libelf_load_extended(Elf *e, int ec, uint64_t shoff, uint16_t phnum, in _libelf_load_extended() 123 uint16_t phnum, shnum, strndx; in _libelf_ehdr() local
|
H A D | libelf_phdr.c | 48 size_t phnum; in _libelf_getphdr() local
|
H A D | libelf_extended.c | 117 _libelf_setphnum(Elf *e, void *eh, int ec, size_t phnum) in _libelf_setphnum()
|
H A D | gelf_phdr.c | 132 int ec, phnum; in gelf_update_phdr() local
|
H A D | elf_update.c | 515 size_t phnum, shnum; in _libelf_resync_elf() local 877 size_t fsz, phnum; in _libelf_write_phdr() local
|
/minix3/minix/servers/vfs/ |
H A D | coredump.c | 42 int phnum; in write_elf_core_file() local 80 static void fill_elf_header (Elf_Ehdr *elf_header, int phnum) in fill_elf_header() 162 static void adjust_offsets(Elf_Phdr phdrs[], int phnum) in adjust_offsets() 283 static void dump_program_headers(struct filp *f, Elf_Phdr phdrs[], int phnum) in dump_program_headers() 294 static void dump_segments(struct filp *f, Elf_Phdr phdrs[], int phnum) in dump_segments()
|
/minix3/libexec/ld.elf_so/ |
H A D | headers.c | 378 _rtld_digest_phdr(const Elf_Phdr *phdr, int phnum, caddr_t entry) in _rtld_digest_phdr()
|
H A D | rtld.c | 617 int phnum; in _rtld() local
|
/minix3/external/bsd/file/dist/src/ |
H A D | readelf.c | 1360 uint16_t type, phnum, shnum, notecount; in file_tryelf() local
|