Symbol: elf_getscn
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1145
if ((scn_fd = elf_getscn(e_file, shstrtab)) == NULL)
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1213
scn = elf_getscn(elf_file, shdr->sh_link);
usr/src/cmd/abi/appcert/static_prof/static_prof.c
654
scn = elf_getscn(c->obj->elf, index);
usr/src/cmd/abi/appcert/static_prof/static_prof.c
752
scn2 = elf_getscn(c->obj->elf, shdr->sh_link);
usr/src/cmd/abi/appcert/static_prof/static_prof.c
865
Elf_Scn *scn = elf_getscn(elf_file, shndx);
usr/src/cmd/ctfmerge/ctfmerge.c
150
if ((strscn = elf_getscn(elf, shdr.sh_link)) == NULL ||
usr/src/cmd/dis/dis_target.c
284
if ((scn = elf_getscn(tgt->dt_elf, tgt->dt_symidx)) == NULL)
usr/src/cmd/dis/dis_target.c
902
if ((scn = elf_getscn(tgt->dt_elf, sym->se_shndx)) == NULL ||
usr/src/cmd/mdb/tools/setdynflag/common/setdynflag.c
103
if ((scn = elf_getscn(elf, secidx)) == NULL)
usr/src/cmd/sgs/ar/common/file.c
1436
str_scn = elf_getscn(elf, shdr.sh_link); /* index for string table */
usr/src/cmd/sgs/ar/common/file.c
586
scn = elf_getscn(elf, shstrndx);
usr/src/cmd/sgs/demo_rdb/common/maps.c
314
tscn = elf_getscn(mp->mi_elf, shdr.sh_link);
usr/src/cmd/sgs/demo_rdb/common/maps.c
330
tscn = elf_getscn(mp->mi_elf, shdr.sh_link);
usr/src/cmd/sgs/dump/common/dump.c
1422
if ((scn = elf_getscn(elf_file, 0)) == NULL) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
4646
} else if ((scn = elf_getscn(elf, shstrndx)) == NULL) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
5013
if ((scn = elf_getscn(elf, 0)) != NULL) {
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
169
LIBELF((scn = elf_getscn(tstate.os_elf, tstate.os_shstrndx)),
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
251
LIBELF(scn = elf_getscn(tstate.os_elf, 0),
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
390
if ((scn = elf_getscn(melf, outsec->os_ndx)) == NULL) {
usr/src/cmd/sgs/gprof/common/readelf.c
444
scn = elf_getscn(elf, sym->st_shndx);
usr/src/cmd/sgs/libelf/common/checksum.c
133
if ((scn = elf_getscn(elf, shnum)) == 0)
usr/src/cmd/sgs/libelf/common/getphnum.c
61
if ((scn = elf_getscn(elf, 0)) == NULL ||
usr/src/cmd/sgs/libelf/common/getshnum.c
67
if ((scn = elf_getscn(elf, 0)) == 0)
usr/src/cmd/sgs/libelf/common/getshstrndx.c
57
if ((scn = elf_getscn(elf, 0)) == 0)
usr/src/cmd/sgs/libelf/common/strptr.c
44
if ((s = elf_getscn(elf, ndx)) == 0) {
usr/src/cmd/sgs/libelf/demo/acom.c
83
if ((scn = elf_getscn(elf, shstrndx)) == NULL) {
usr/src/cmd/sgs/libelf/demo/dcom.c
277
if ((_scn = elf_getscn(telf, 0)) == NULL) {
usr/src/cmd/sgs/libld/common/files.c
120
if ((scn = elf_getscn(elf, 0)) == NULL) {
usr/src/cmd/sgs/libld/common/files.c
1796
if ((strscn = elf_getscn(ifl->ifl_elf, shdr->sh_link)) == NULL) {
usr/src/cmd/sgs/libld/common/files.c
2601
if ((scn = elf_getscn(elf, (size_t)sndx)) == NULL) {
usr/src/cmd/sgs/libld/common/libs.c
106
if ((scn = elf_getscn(amp->am_elf, (size_t)shdr->sh_link)) ==
usr/src/cmd/sgs/libld/common/outfile.c
830
elf_getscn(ofl->ofl_elf, ++ndx)) == NULL) {
usr/src/cmd/sgs/libld/common/update.c
4594
if ((scn = elf_getscn(ofl->ofl_elf, 0)) == NULL) {
usr/src/cmd/sgs/librtld/common/dldump.c
317
if ((scn = elf_getscn(ielf, shndx)) == NULL) {
usr/src/cmd/sgs/librtld/common/dldump.c
649
if ((_scn = elf_getscn(oelf, 0)) == NULL) {
usr/src/cmd/sgs/link_audit/common/who.c
184
scn = elf_getscn(elf, shdr->sh_link);
usr/src/cmd/sgs/mcs/common/file.c
1093
if ((src_scn = elf_getscn(src_elf, info->osecno)) ==
usr/src/cmd/sgs/mcs/common/file.c
1164
if ((_scn = elf_getscn(dst_elf, 0)) == NULL) {
usr/src/cmd/sgs/mcs/common/file.c
1209
notescn = elf_getscn(dst_elf,
usr/src/cmd/sgs/mcs/common/file.c
389
(temp_scn = elf_getscn(elf, shdr->sh_info)) != 0)) {
usr/src/cmd/sgs/nm/common/nm.c
1311
Elf_Scn *scn = elf_getscn(elf_file, sym_data->shndx);
usr/src/cmd/sgs/nm/common/nm.c
561
if ((fd_scn = elf_getscn(e_file, shstrtab)) == NULL) {
usr/src/cmd/sgs/nm/common/nm.c
814
Elf_Scn *scn = elf_getscn(elf_file, shndx);
usr/src/cmd/sgs/pvs/common/pvs.c
1127
if ((scn = elf_getscn(elf, ehdr.e_shstrndx)) == NULL) {
usr/src/cmd/sysdef/sysdef.c
747
if ((scn = elf_getscn(elfd, nl[sym].n_scnum)) == NULL) {
usr/src/head/libelf.h
179
Elf_Scn *elf_getscn(Elf *elf, size_t);
usr/src/lib/fm/topo/libtopo/common/mod.c
137
scn = elf_getscn(elf, 0); /* "seek" to start of sections */
usr/src/lib/libctf/common/ctf_convert.c
62
if ((strscn = elf_getscn(elf, shdr.sh_link)) == NULL) {
usr/src/lib/libctf/common/ctf_dwarf.c
3406
if ((strscn = elf_getscn(elf, shdr.sh_link)) == NULL) {
usr/src/lib/libctf/common/ctf_elfwrite.c
132
Elf_Scn *scn = elf_getscn(src, srcidx);
usr/src/lib/libctf/common/ctf_elfwrite.c
159
sscn = elf_getscn(src, srcidx);
usr/src/lib/libdtrace/common/dt_link.c
1118
if ((scn_sym = elf_getscn(elf, shdr_rel.sh_link)) == NULL ||
usr/src/lib/libdtrace/common/dt_link.c
1126
if ((scn_str = elf_getscn(elf, shdr_sym.sh_link)) == NULL ||
usr/src/lib/libdtrace/common/dt_link.c
1137
if ((scn_tgt = elf_getscn(elf, shdr_rel.sh_info)) == NULL ||
usr/src/lib/libdwarf/common/dwarf_elf_access.c
1008
scn = elf_getscn(obj->elf, section_index);
usr/src/lib/libdwarf/common/dwarf_elf_access.c
270
scn = elf_getscn(obj->elf, section_index);
usr/src/lib/libdwarf/common/dwarf_elf_access.c
339
scn = elf_getscn(obj->elf, section_index);
usr/src/lib/libelfsign/common/elfsignlib.c
543
if ((scn = elf_getscn(ess->es_elf, ess->es_shstrndx)) == 0) {
usr/src/lib/libelfsign/common/elfsignlib.c
728
scnp = elf_getscn(ess->es_elf, 0); /* "seek" to start */
usr/src/lib/libelfsign/common/elfsignlib.c
911
scn = elf_getscn(ess->es_elf, 0); /* "seek" to start */
usr/src/lib/libproc/common/Pcore.c
1646
if ((scn = elf_getscn(fp->file_symtab.sym_elf, 1)) == NULL ||
usr/src/lib/libproc/common/Pcore.c
1648
(scn = elf_getscn(fp->file_symtab.sym_elf, 2)) == NULL ||
usr/src/lib/libproc/common/Psymtab.c
1592
(scn = elf_getscn(elf, shstrndx)) == NULL ||
usr/src/lib/libproc/common/Psymtab.c
1742
if ((scn = elf_getscn(elf, symshdr.sh_link)) == NULL)
usr/src/lib/libproc/common/Psymtab.c
1916
(scn = elf_getscn(elf, shstrndx)) == NULL ||
usr/src/lib/libproc/common/Psymtab.c
3273
gelf_getshdr(elf_getscn(fptr->file_elf,