Symbol: elf_getshdrnum
usr/src/cmd/dis/dis_target.c
520
if (elf_getshdrnum(elf, &shnum) == -1) {
usr/src/cmd/sgs/ar/common/file.c
227
if (elf_getshdrnum(elf, &shnum) == -1)
usr/src/cmd/sgs/dump/common/dump.c
1665
if (elf_getshdrnum(elf_file, &shnum) == -1) {
usr/src/cmd/sgs/dump/common/dump.c
796
if (elf_getshdrnum(elf_file, &shnum) == -1) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
4988
if (elf_getshdrnum(elf, &shnum) == -1) {
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
160
if (elf_getshdrnum(tstate.os_elf, &tstate.os_shnum) == -1)
usr/src/cmd/sgs/libelf/common/getshnum.c
78
return (elf_getshdrnum(elf, shnum) == 0);
usr/src/cmd/sgs/libelf/demo/dcom.c
102
if (elf_getshdrnum(elf, &shnum) == -1) {
usr/src/cmd/sgs/librtld/common/dldump.c
336
if (elf_getshdrnum(ielf, &shndx) == -1) {
usr/src/cmd/sgs/librtld/common/dldump.c
763
if (elf_getshdrnum(melf, &shndx) == -1) {
usr/src/cmd/sgs/mcs/common/file.c
263
if (elf_getshdrnum(elf, &shnum) == -1) {
usr/src/cmd/sgs/mcs/common/file.c
333
if (elf_getshdrnum(elf, &shnum) == -1) {
usr/src/cmd/sgs/mcs/common/file.c
703
if (elf_getshdrnum(src_elf, &shnum) == -1) {
usr/src/cmd/sgs/pvs/common/pvs.c
1154
if (elf_getshdrnum(elf, &shnum) == -1) {
usr/src/cmd/sgs/size/common/process.c
134
if (elf_getshdrnum(elf, &shnum) == -1)
usr/src/head/libelf.h
184
int elf_getshdrnum(Elf *, size_t *);
usr/src/lib/libctf/common/ctf_elfwrite.c
94
if (elf_getshdrnum(src, &nshdr) != 0) {
usr/src/lib/libproc/common/Psymtab.c
1590
elf_getshdrnum(elf, nshdrs) == -1 ||
usr/src/lib/libproc/common/Psymtab.c
1914
elf_getshdrnum(elf, &nshdrs) == -1 ||