Lines Matching refs:is_shdr
211 sifshdr = isp->is_shdr; in ld_sym_nodirect()
226 symshdr = ifl->ifl_isdesc[sifshdr->sh_link]->is_shdr; in ld_sym_nodirect()
543 (sdp->sd_isc->is_shdr->sh_type == SHT_NOBITS)) in ld_sym_enter()
1435 if ((isp == NULL) || (isp->is_shdr == NULL) || in ld_sym_validate()
1436 ((isp->is_shdr->sh_flags & SHF_TLS) == 0)) { in ld_sym_validate()
1478 if (((isp = sdp->sd_isc) != 0) && isp->is_shdr && in ld_sym_validate()
1479 ((isp->is_shdr->sh_flags & SHF_ALLOC) == 0)) { in ld_sym_validate()
1997 if ((sdp->sd_isc->is_shdr->sh_flags & (SHF_WRITE | SHF_ALLOC)) == 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()
2073 Shdr *shdr = isc->is_shdr; in ld_sym_process()
2120 strsize = ifl->ifl_isdesc[ndx]->is_shdr->sh_size; in ld_sym_process()
2406 if ((isp == NULL) || (isp->is_shdr == NULL) || in ld_sym_process()
2407 ((isp->is_shdr->sh_flags & SHF_TLS) == 0)) { in ld_sym_process()