Lines Matching refs:sd_isc

439 		sdp->sd_isc = NULL;  in ld_sym_enter()
441 sdp->sd_isc = ifl->ifl_isdesc[shndx]; in ld_sym_enter()
452 if ((etype == ET_REL) && (sdp->sd_isc == NULL)) { in ld_sym_enter()
542 if (sdp->sd_isc && in ld_sym_enter()
543 (sdp->sd_isc->is_shdr->sh_type == SHT_NOBITS)) in ld_sym_enter()
697 usdp->sd_isc = NULL; in sym_add_spec()
781 sdp->sd_isc = NULL; in sym_add_spec()
972 bsdp->sd_isc = NULL; in sym_add_bounds()
1242 if (sdp->sd_isc) { in ensure_sym_local()
1243 sdp->sd_isc->is_flags |= FLG_IS_SECTREF; in ensure_sym_local()
1244 sdp->sd_isc->is_file->ifl_flags |= FLG_IF_FILEREF; in ensure_sym_local()
1432 Is_desc *isp = sdp->sd_isc; in ld_sym_validate()
1478 if (((isp = sdp->sd_isc) != 0) && isp->is_shdr && in ld_sym_validate()
1694 if (((isp = sdp->sd_isc) != 0) && in ld_sym_validate()
1997 if ((sdp->sd_isc->is_shdr->sh_flags & (SHF_WRITE | SHF_ALLOC)) == in issue_badaddr_msg()
2007 ifl->ifl_name, shndx, sdp->sd_isc->is_name, in issue_badaddr_msg()
2008 EC_XWORD(sdp->sd_isc->is_shdr->sh_size), in issue_badaddr_msg()
2067 _sdp->sd_isc && _sdp->sd_isc->is_shdr && \ in ld_sym_process()
2068 ((_sym->st_value + _sym->st_size) > _sdp->sd_isc->is_shdr->sh_size)) in ld_sym_process()
2316 sdp->sd_isc = ifl->ifl_isdesc[shndx]; in ld_sym_process()
2323 if (sdp->sd_isc && in ld_sym_process()
2324 (sdp->sd_isc->is_flags & FLG_IS_DISCARD)) { in ld_sym_process()
2404 Is_desc *isp = sdp->sd_isc; in ld_sym_process()
2428 (sdp->sd_isc && (sdp->sd_isc->is_osdesc == NULL))) { in ld_sym_process()
2435 sdp->sd_isc = NULL; in ld_sym_process()
2701 sdp->sd_isc = isp; in ld_sym_process()
2775 cpp->c_osdp->sd_isc = ifl->ifl_isdesc[shndx]; in ld_sym_process()
3330 Is_desc *isc = sdp->sd_isc; in ld_sym_reducable()