Searched refs:gelf_getphdr (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | Makefile | 112 gelf_getphdr.3 \ 156 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 | 54 gelf_getphdr(Elf *e, int index, GElf_Phdr *d) in gelf_getphdr() function
|
/netbsd-src/external/bsd/elftoolchain/lib/libelf/ |
H A D | Makefile | 114 gelf_getphdr.3 \ 158 gelf_getphdr.3 elf${E}_getphdr.3 \
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_ptrace_core_wait.h | 70 SYSCALL_REQUIRE(gelf_getphdr(core_elf, i, &core_hdr)); in core_find_note()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | output.c | 505 gelf_getphdr(src, i, &phdr); in write_file()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_module.c | 1354 for (i = 0; gelf_getphdr(dmp->dm_elf, i, &ph) != NULL; i++) { in dt_module_update()
|