Searched refs:elf_getshdrstrndx (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_shstrndx.c55 elf_getshdrstrndx(Elf *e, size_t *strndx) function
H A DMakefile91 elf_getshdrstrndx.3 \
H A Dlibelf.h210 int elf_getshdrstrndx(Elf *_elf, size_t *_dst);
/freebsd-13-stable/lib/libelf/
H A DMakefile119 elf_getshdrstrndx.3 \
/freebsd-13-stable/lib/libproc/
H A Dproc_sym.c285 if (elf_getshdrstrndx(e, &ndx) != 0) {
286 DPRINTFX("ERROR: elf_getshdrstrndx failed: %s",
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c572 if (elf_getshdrstrndx(dmp->dm_elf, &shstrs) == -1)
1188 elf_getshdrstrndx(dmp->dm_elf, &shstrs) == -1) {
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c1462 if (elf_getshdrstrndx(ecp->ein, &indx) == 0) {
1472 /* Clear the error from elf_getshdrstrndx(3). */

Completed in 72 milliseconds