Lines Matching defs:ndx
155 * ndx - Section index of SHF_ORDERED section
157 * name is different than the section given by ndx, *alt_os_name
164 * given by ndx, then *alt_os_name is set to its name. TRUE is returned.
169 validate_shf_ordered_dest(Ofl_desc *ofl, Ifl_desc *ifl, Word ndx,
182 isp1_ndx = ndx;
183 isp1 = ifl->ifl_isdesc[ndx];
247 DBG_CALL(Dbg_sec_order_error(ofl->ofl_lml, ifl, ndx, error));
256 if (isp2_ndx != ndx)
287 * ndx - Section index of SHF_ORDERED section
293 Word ndx)
295 Is_desc *isp2, *isp = ifl->ifl_isdesc[ndx];
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))