Home
last modified time | relevance | path

Searched refs:_symndx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1531 Word _symndx; in update_osym() local
1534 _symndx = scopesym_ndx; in update_osym()
1536 _symndx = symtab_ndx; in update_osym()
1538 symtab[_symndx] = *sdp->sd_sym; in update_osym()
1539 sdp->sd_sym = sym = &symtab[_symndx]; in update_osym()
1876 Word _symndx = dynlocal ? scopesym_ndx : symtab_ndx; in update_osym() local
1878 symtab[_symndx].st_value = sym->st_value; in update_osym()
1879 symtab[_symndx].st_size = sym->st_size; in update_osym()
1880 symtab[_symndx].st_info = sym->st_info; in update_osym()
1881 symtab[_symndx].st_other = sym->st_other; in update_osym()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1696 char _chain[MAXNDXSIZE], _symndx[MAXNDXSIZE]; in cap_section() local
1728 (void) snprintf(_symndx, MAXNDXSIZE, in cap_section()
1731 _chain, _symndx, demangle(name, flags)); in cap_section()
4019 char _bucket[MAXNDXSIZE], _symndx[MAXNDXSIZE]; in hash_entry() local
4038 (void) snprintf(_symndx, MAXNDXSIZE, MSG_ORIG(MSG_FMT_INDEX2), in hash_entry()
4040 dbg_print(0, MSG_ORIG(MSG_FMT_HASH_INFO), str, _symndx, in hash_entry()