Searched defs:symshndx (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c243 GElf_Word *symshndx = NULL; local
250 * Find the symshndx section, if any
261 symshndx = (GElf_Word *)data->d_buf;
300 if (sym->se_sym.st_shndx == SHN_XINDEX && symshndx != NULL) {
306 sym->se_shndx = symshndx[i];
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c788 Elf32_Word *symshndx = 0; local
829 (symshndx == 0) && (nosymshndx == 0)) {
841 symshndx =
849 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) {
850 buf->shndx = symshndx[i];
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1935 Word *symshndx = NULL; local
1962 symshndx = isc->is_symshndx->is_indata->d_buf;
2052 if (symshndx && (sym->st_shndx == SHN_XINDEX)) {
2053 shndx = symshndx[ndx];
2367 if (symshndx && (nsym->st_shndx == SHN_XINDEX)) {
2368 shndx = symshndx[ndx];
H A Dupdate.c207 Word *symshndx = NULL; /* .symtab_shndx table */ local
243 symshndx =
411 symshndx[symtab_ndx] = sectndx;
726 if (symshndx)
727 _symshndx = &symshndx[symtab_ndx];
1827 assert(symshndx != NULL);
1828 symshndx[_symndx] = sectndx;
1943 if (symshndx)
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c520 Elf32_Word *symshndx = 0; local
539 (symshndx == 0) && (nosymshndx == 0)) {
557 symshndx = (Elf32_Word *)_data->d_buf;
565 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) {
566 shndx = symshndx[index];

Completed in 65 milliseconds