Lines Matching refs:shndx

81     int symndx, Word shndx, Word symsecndx, const char *symsecname,  in string()  argument
108 sym, strs, symndx, shndx, symsecname, flags); in string()
366 Ofl_desc *ofl, Word ndx, Word shndx, sd_flag_t sdflags, avl_index_t *where) in ld_sym_enter() argument
411 sdp->sd_shndx = shndx; in ld_sym_enter()
441 sdp->sd_isc = ifl->ifl_isdesc[shndx]; in ld_sym_enter()
454 name, ifl->ifl_name, EC_XWORD(shndx)); in ld_sym_enter()
552 sdp->sd_shndx = shndx = SHN_UNDEF; in ld_sym_enter()
1992 Sym *sym, Word shndx) in issue_badaddr_msg() argument
2007 ifl->ifl_name, shndx, sdp->sd_isc->is_name, in issue_badaddr_msg()
2178 Word shndx; in ld_sym_process() local
2188 shndx = symshndx[ndx]; in ld_sym_process()
2189 } else if ((shndx = sym->st_shndx) >= SHN_LORESERVE) { in ld_sym_process()
2191 } else if (shndx > ifl->ifl_shnum) { in ld_sym_process()
2200 shndx, symsecndx, symsecname, strsecname, in ld_sym_process()
2270 sdp->sd_shndx = shndx; in ld_sym_process()
2283 sdp->sd_shndx = shndx = SHN_UNDEF; in ld_sym_process()
2316 sdp->sd_isc = ifl->ifl_isdesc[shndx]; in ld_sym_process()
2357 sym, shndx); in ld_sym_process()
2508 Word shndx; in ld_sym_process() local
2518 shndx = symshndx[ndx]; in ld_sym_process()
2519 } else if ((shndx = nsym->st_shndx) >= SHN_LORESERVE) { in ld_sym_process()
2521 } else if (shndx > ifl->ifl_shnum) { in ld_sym_process()
2529 if ((name = string(ofl, ifl, nsym, strs, strsize, ndx, shndx, in ld_sym_process()
2587 if (ofl->ofl_wrap && name[0] && (shndx == SHN_UNDEF)) { in ld_sym_process()
2638 if (shndx >= ifl->ifl_shnum) { in ld_sym_process()
2654 isp = ifl->ifl_isdesc[shndx]; in ld_sym_process()
2678 rsym->st_shndx = shndx = SHN_UNDEF; in ld_sym_process()
2773 cpp->c_osdp->sd_shndx = shndx; in ld_sym_process()
2775 cpp->c_osdp->sd_isc = ifl->ifl_isdesc[shndx]; in ld_sym_process()
2796 rsym->st_shndx = shndx = SHN_UNDEF; in ld_sym_process()
2814 shndx, sdflags, &where)) == (Sym_desc *)S_ERROR) in ld_sym_process()
2816 } else if (ld_sym_resolve(sdp, nsym, ifl, ofl, ndx, shndx, in ld_sym_process()