Lines Matching defs:isp

380 	Is_desc		*isp = rld->rel_isdesc;
450 if ((rlocal == FALSE) && ((isp->is_flags & FLG_IS_GDATADEF) == 0))
1323 Is_desc *isp = rsp->rel_isdesc;
1336 ((sdp->sd_isc) && (sdp->sd_isc->is_osdesc == isp->is_osdesc)))
1474 ld_process_sym_reloc(Ofl_desc *ofl, Rel_desc *reld, Rel *reloc, Is_desc *isp,
1645 return ((*ld_targ.t_mr.mr_reloc_register)(reld, isp, ofl));
1743 Is_desc *isp;
1782 isp = sdp->sd_isc;
1802 if (((rep_isp = isp->is_comdatkeep) == NULL) ||
1805 (isp->is_indata->d_size != rep_isp->is_indata->d_size) ||
1806 (isp->is_shdr->sh_type != rep_isp->is_shdr->sh_type) ||
1807 ((isp->is_shdr->sh_flags & SHF_GROUP) !=
1857 EC_WORD(isp->is_scnndx), isp->is_name,
1867 EC_WORD(isp->is_scnndx), isp->is_name,
1885 process_reld(Ofl_desc *ofl, Is_desc *isp, Rel_desc *reld, Word rsndx,
1888 Ifl_desc *ifl = isp->is_file;
1898 ifl->ifl_name, EC_WORD(isp->is_scnndx), isp->is_name,
1913 ld_targ.t_m.m_mach, isp->is_shdr->sh_type,
1914 (void *)reloc, isp->is_name, isp->is_scnndx,
1920 return ((*ld_targ.t_mr.mr_reloc_register)(reld, isp, ofl));
1950 (void *)reloc, isp->is_name, isp->is_scnndx,
1953 ifl->ifl_name, EC_WORD(isp->is_scnndx), isp->is_name);
1961 0, &inv_buf), ifl->ifl_name, EC_WORD(isp->is_scnndx),
1962 isp->is_name);
1973 0, &inv_buf), ifl->ifl_name, EC_WORD(isp->is_scnndx),
1974 isp->is_name, EC_XWORD(reloc->r_offset));
2029 EC_WORD(isp->is_scnndx),
2030 isp->is_name,
2043 EC_WORD(isp->is_scnndx), isp->is_name,
2080 0, &inv_buf), ifl->ifl_name, EC_WORD(isp->is_scnndx),
2081 isp->is_name, EC_WORD(sdp->sd_isc->is_scnndx),
2096 0, &inv_buf), ifl->ifl_name, EC_WORD(isp->is_scnndx),
2097 isp->is_name, ld_reloc_sym_name(reld),
2112 0, &inv_buf), ifl->ifl_name, EC_WORD(isp->is_scnndx),
2113 isp->is_name);
2120 return (ld_process_sym_reloc(ofl, reld, reloc, isp, isp->is_name,
2121 isp->is_scnndx));
2204 Is_desc *isp;
2226 isp = risp->is_file->ifl_isdesc[indx];
2232 if (isp->is_flags & FLG_IS_DISCARD)
2235 if (reloc_section(ofl, isp, risp, osp) ==
2421 Is_desc *isp;
2456 for (APLIST_TRAVERSE(ofl->ofl_extrarels, idx, isp)) {
2457 if (reloc_section(ofl, NULL, isp, NULL) == S_ERROR)