Searched refs:elf_getshstrndx (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_shstrndx.c61 elf_getshstrndx(Elf *e, size_t *strndx) /* Deprecated API. */ function
H A DMakefile92 elf_getshstrndx.3 \
136 elf_getshstrndx.3 elf_setshstrndx.3 \
H A Dlibelf.h211 int elf_getshstrndx(Elf *_elf, size_t *_dst); /* Deprecated */
/freebsd-13-stable/lib/libelf/
H A DMakefile120 elf_getshstrndx.3 \
164 elf_getshstrndx.3 elf_setshstrndx.3 \
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c73 if (elf_getshstrndx(e, &indx) == 0)
74 errx(EXIT_FAILURE, "elf_getshstrndx() failed: %s",
H A Dsymbols.c279 if (elf_getshstrndx(ecp->ein, &indx) == 0)
280 errx(EXIT_FAILURE, "elf_getshstrndx failed: %s",
355 if (elf_getshstrndx(ecp->ein, &indx) == 0)
356 errx(EXIT_FAILURE, "elf_getshstrndx failed: %s",
402 if (elf_getshstrndx(ecp->ein, &ishstrndx) == 0)
403 errx(EXIT_FAILURE, "elf_getshstrndx failed: %s",
H A Darchive.c246 if (elf_getshstrndx(ecp->eout, &shstrndx) == 0) {
247 warnx("elf_getshstrndx failed: %s", elf_errmsg(-1));
H A Dsections.c118 if (elf_getshstrndx(ecp->ein, &indx) == 0)
119 errx(EXIT_FAILURE, "elf_getshstrndx failed: %s",
365 if (elf_getshstrndx(ecp->ein, &indx) == 0)
366 errx(EXIT_FAILURE, "elf_getshstrndx failed: %s",
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c245 if (!elf_getshstrndx(elf, &e->eo_strndx)) {
/freebsd-13-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c856 if (!elf_getshstrndx(e, &shstrndx)) {
857 warnx("elf_getshstrndx failed: %s", elf_errmsg(-1));
/freebsd-13-stable/contrib/elftoolchain/ar/
H A Dwrite.c827 if (elf_getshstrndx(e, &shstrndx) == 0) {
828 bsdar_warnc(bsdar, 0, "elf_getshstrndx failed: %s",
/freebsd-13-stable/usr.bin/ar/
H A Dwrite.c789 if (elf_getshstrndx(e, &shstrndx) == 0) {
790 bsdar_warnc(bsdar, EX_SOFTWARE, 0, "elf_getshstrndx failed: %s",
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c1239 if (!elf_getshstrndx(elf, &shstrndx)) {
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1125 if (!elf_getshstrndx(ed->elf, &shstrndx)) {
1126 warnx("elf_getshstrndx failed: %s", elf_errmsg(-1));
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2320 if (elf_getshstrndx(re->elf, &shstrndx))
7142 if (!elf_getshstrndx(re->elf, &shstrndx)) {
7143 warnx("elf_getshstrndx failed: %s", elf_errmsg(-1));

Completed in 249 milliseconds