Lines Matching defs:ifl
122 is_keyshndx_ok(Ifl_desc *ifl, Word keyshndx)
130 if ((keyshndx == 0) || (keyshndx >= ifl->ifl_shnum))
140 if (ifl->ifl_isdesc[keyshndx]->is_shdr->sh_flags & ALL_SHF_ORDER)
154 * ifl - Input file descriptor
169 validate_shf_ordered_dest(Ofl_desc *ofl, Ifl_desc *ifl, Word ndx,
172 Word shnum = ifl->ifl_shnum;
183 isp1 = ifl->ifl_isdesc[ndx];
193 isp2 = ifl->ifl_isdesc[isp2_ndx];
214 if ((error = is_keyshndx_ok(ifl, isp2->is_shdr->sh_info)) != 0)
247 DBG_CALL(Dbg_sec_order_error(ofl->ofl_lml, ifl, ndx, error));
257 *alt_os_name = ifl->ifl_isdesc[isp2_ndx]->is_name;
286 * ifl - Input file descriptor
292 ld_process_ordered(Ofl_desc *ofl, Ifl_desc *ifl, Place_path_info *path_info,
295 Is_desc *isp2, *isp = ifl->ifl_isdesc[ndx];
316 if ((error = is_keyshndx_ok(ifl, keyshndx)) != 0) {
317 DBG_CALL(Dbg_sec_order_error(ofl->ofl_lml, ifl, ndx, error));
327 (validate_shf_ordered_dest(ofl, ifl, ndx, &alt_os_name) == FALSE))
356 isp2 = ifl->ifl_isdesc[keyshndx];
359 ifl->ifl_name, EC_WORD(isp->is_scnndx),