Searched refs:symsecndx (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c78 int symndx, Word shndx, Word symsecndx, const char *symsecname,
86 ifl->ifl_name, EC_WORD(symsecndx), symsecname,
93 EC_WORD(symsecndx), symsecname, symndx,
124 ifl->ifl_name, EC_WORD(symsecndx), symsecname, symndx,
1947 Word symsecndx; local
1966 symsecndx = isc->is_scnndx;
1981 EC_WORD(symsecndx), symsecname, EC_XWORD(ndx));
2065 shndx, symsecndx, symsecname, strsecname,
2380 symsecndx, symsecname, strsecname, &sdflags)) == NULL)
77 string(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs, size_t strsize, int symndx, Word shndx, Word symsecndx, const char *symsecname, const char *strsecname, sd_flag_t *flags) argument
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2398 Word sortsecndx, symsecndx; local
2432 symsecndx = sortshdr->sh_link;
2437 symsecndx, ehdr, osabi, versym, file, flags))
2447 for (symsecndx = 1; symsecndx < shnum; symsecndx++) {
2448 symcache = &cache[symsecndx];
2453 if (symsecndx >= shnum) { /* Dynsym not found! */
2463 symsecndx, ehdr, osabi, versym, file, flags))

Completed in 156 milliseconds