| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | Makefile | 111 gelf_getphdr.3 \ 155 gelf_getphdr.3 elf${E}_getphdr.3 \
|
| H A D | Version.map | 72 gelf_getphdr;
|
| H A D | gelf.h | 81 GElf_Phdr *gelf_getphdr(Elf *_elf, int _index, GElf_Phdr *_dst);
|
| H A D | gelf_phdr.c | 49 gelf_getphdr(Elf *e, int index, GElf_Phdr *d) in gelf_getphdr() function
|
| /freebsd/lib/libelf/ |
| H A D | Makefile | 138 gelf_getphdr.3 \ 183 gelf_getphdr.3 elf${E}_getphdr.3 \
|
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | segments.c | 490 if (gelf_getphdr(ecp->ein, i, &iphdr) != &iphdr) in setup_phdr() 571 if (gelf_getphdr(ecp->ein, i, &iphdr) != &iphdr) in copy_phdr() 574 if (gelf_getphdr(ecp->eout, i, &ophdr) != &ophdr) in copy_phdr()
|
| /freebsd/lib/libprocstat/ |
| H A D | core.c | 166 if (gelf_getphdr(e, i, &phdr) != &phdr) { in procstat_core_open() 350 if (gelf_getphdr(core->pc_elf, i, &phdr) != &phdr) { in core_read_mem()
|
| /freebsd/usr.bin/elfctl/ |
| H A D | elfctl.c | 379 if (gelf_getphdr(elf, i, &phdr) == NULL) { in get_file_features() 380 warnx("gelf_getphdr failed: %s", elf_errmsg(-1)); in get_file_features()
|
| /freebsd/usr.bin/ldd/ |
| H A D | ldd.c | 433 if (gelf_getphdr(elf, i, &phdr) == NULL) { in is_executable()
|
| /freebsd/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 400 if (gelf_getphdr(e, i, &ph) != &ph) { in pmcstat_image_get_elf_params()
|
| /freebsd/lib/libkldelf/ |
| H A D | elf.c | 296 if (gelf_getphdr(efile->ef_elf, i, &phdr[i]) == NULL) { in elf_read_phdrs()
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | output.c | 496 gelf_getphdr(src, i, &phdr); in write_file()
|
| /freebsd/lib/libkvm/ |
| H A D | kvm_private.c | 204 if (gelf_getphdr(elf, i, &phdr[i]) == NULL) { in _kvm_read_core_phdrs()
|
| /freebsd/contrib/elftoolchain/size/ |
| H A D | size.c | 550 if (gelf_getphdr(elf, i, &phdr) != NULL) { in handle_core()
|
| /freebsd/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 1346 if (gelf_getphdr(ed->elf, i, &ph) != &ph) { in elf_print_phdr() 1850 if (gelf_getphdr(ed->elf, i, &phdr) != &phdr) { in elf_print_interp()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_module.c | 1257 for (i = 0; gelf_getphdr(dmp->dm_elf, i, &ph) != NULL; i++) { in dt_module_update()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 2508 if (gelf_getphdr(re->elf, i, &phdr) != &phdr) { in dump_phdr() 2543 if (gelf_getphdr(re->elf, i, &phdr) != &phdr) { in dump_phdr() 3725 if (gelf_getphdr(re->elf, i, &phdr) != &phdr) { in dump_notes()
|
| /freebsd/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 8511 OLD_FILES+=usr/share/man/man3/gelf_getphdr.3.gz
|