Symbol: elf_getshdrstrndx
usr/src/cmd/dis/dis_target.c
513
if (elf_getshdrstrndx(elf, &current->dt_shstrndx) == -1) {
usr/src/cmd/sgs/ar/common/file.c
566
if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
usr/src/cmd/sgs/dump/common/dump.c
1671
if (elf_getshdrstrndx(elf_file, &shstrndx) == -1) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
4993
if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
167
if (elf_getshdrstrndx(tstate.os_elf, &tstate.os_shstrndx) == -1)
usr/src/cmd/sgs/libelf/common/getshstrndx.c
68
return (elf_getshdrstrndx(elf, shstrndx) == 0);
usr/src/cmd/sgs/libelf/demo/acom.c
53
if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
usr/src/cmd/sgs/libelf/demo/dcom.c
108
if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
usr/src/cmd/sgs/libelf/demo/dispsyms.c
84
if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
usr/src/cmd/sgs/libelf/demo/pcom.c
57
if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
usr/src/cmd/sgs/libelf/demo/tpcom.c
74
if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
usr/src/cmd/sgs/librtld/common/dldump.c
312
if (elf_getshdrstrndx(ielf, &shndx) == -1) {
usr/src/cmd/sgs/mcs/common/file.c
337
if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
usr/src/cmd/sgs/mcs/common/file.c
707
if (elf_getshdrstrndx(src_elf, &shstrndx) == -1) {
usr/src/cmd/sgs/nm/common/nm.c
588
if (elf_getshdrstrndx(elf_file, &shstrndx) == -1) {
usr/src/cmd/sgs/size/common/process.c
128
if (elf_getshdrstrndx(elf, &ndx) == -1)
usr/src/head/libelf.h
186
int elf_getshdrstrndx(Elf *, size_t *);
usr/src/lib/libctf/common/ctf_elfwrite.c
98
if (elf_getshdrstrndx(src, &strndx) != 0) {
usr/src/lib/libdtrace/common/dt_module.c
1080
elf_getshdrstrndx(dmp->dm_elf, &shstrs) == -1) {
usr/src/lib/libdtrace/common/dt_module.c
508
if (elf_getshdrstrndx(dmp->dm_elf, &shstrs) == -1)
usr/src/lib/libproc/common/Psymtab.c
1591
elf_getshdrstrndx(elf, &shstrndx) == -1 ||
usr/src/lib/libproc/common/Psymtab.c
1915
elf_getshdrstrndx(elf, &shstrndx) == -1 ||