Searched refs:elf_getphnum (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | elf_phnum.c | 62 elf_getphnum(Elf *e, size_t *phnum) in elf_getphnum() function
|
| H A D | Version.map | 42 elf_getphnum;
|
| H A D | Makefile | 88 elf_getphnum.3 \
|
| H A D | libelf.h | 206 int elf_getphnum(Elf *_elf, size_t *_dst); /* Deprecated */
|
| /freebsd-13.1/lib/libelf/ |
| H A D | Makefile | 116 elf_getphnum.3 \
|
| /freebsd-13.1/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 388 if (elf_getphnum(e, &nph) == 0) { in pmcstat_image_get_elf_params()
|
| /freebsd-13.1/lib/libprocstat/ |
| H A D | core.c | 124 if (elf_getphnum(e, &nph) == 0) { in procstat_core_open()
|
| /freebsd-13.1/contrib/elftoolchain/elfcopy/ |
| H A D | segments.c | 475 if (elf_getphnum(ecp->ein, &iphnum) == 0) in setup_phdr()
|
| /freebsd-13.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 1340 if (elf_getphnum(ed->elf, &phnum) == 0) { in elf_print_phdr() 1845 if (!elf_getphnum(ed->elf, &phnum)) { in elf_print_interp()
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 2326 if (elf_getphnum(re->elf, &phnum)) in dump_ehdr() 2482 if (elf_getphnum(re->elf, &phnum) == 0) { in dump_phdr() 3713 if (elf_getphnum(re->elf, &phnum) == 0) { in dump_notes()
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 8939 OLD_FILES+=usr/share/man/man3/elf_getphnum.3.gz
|