Searched defs:nosymshndx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c91 uint_t symcnt, ndx, nosymshndx; local
129 nosymshndx = 0;
158 (shndxdata == 0) && (nosymshndx == 0)) {
206 nosymshndx = 1;
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c789 unsigned int nosymshndx = 0; local
829 (symshndx == 0) && (nosymshndx == 0)) {
847 nosymshndx = 1;
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c521 unsigned int nosymshndx = 0; local
539 (symshndx == 0) && (nosymshndx == 0)) {
558 nosymshndx = 0;
562 nosymshndx = 1;

Completed in 51 milliseconds