Searched refs:_symndx (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 1478 Word _symndx; in update_osym() local 1481 _symndx = scopesym_ndx; in update_osym() 1483 _symndx = symtab_ndx; in update_osym() 1485 symtab[_symndx] = *sdp->sd_sym; in update_osym() 1486 sdp->sd_sym = sym = &symtab[_symndx]; in update_osym() 1810 Word _symndx = dynlocal ? scopesym_ndx : symtab_ndx; in update_osym() local 1812 symtab[_symndx].st_value = sym->st_value; in update_osym() 1813 symtab[_symndx].st_size = sym->st_size; in update_osym() 1814 symtab[_symndx].st_info = sym->st_info; in update_osym() 1815 symtab[_symndx].st_other = sym->st_other; in update_osym() [all …]
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1627 char _chain[MAXNDXSIZE], _symndx[MAXNDXSIZE]; in cap_section() local 1659 (void) snprintf(_symndx, MAXNDXSIZE, in cap_section() 1662 _chain, _symndx, demangle(name, flags)); in cap_section() 3914 char _bucket[MAXNDXSIZE], _symndx[MAXNDXSIZE]; in hash_entry() local 3933 (void) snprintf(_symndx, MAXNDXSIZE, MSG_ORIG(MSG_FMT_INDEX2), in hash_entry() 3935 dbg_print(0, MSG_ORIG(MSG_FMT_HASH_INFO), str, _symndx, in hash_entry()
|