Lines Matching refs:ofl
153 * ofl - Output file descriptor
169 validate_shf_ordered_dest(Ofl_desc *ofl, Ifl_desc *ifl, Word ndx,
247 DBG_CALL(Dbg_sec_order_error(ofl->ofl_lml, ifl, ndx, error));
271 place_unordered(Ofl_desc *ofl, Is_desc *isp, Place_path_info *path_info)
275 return ((uintptr_t)ld_place_section(ofl, isp, path_info,
285 * ofl - Output file descriptor
292 ld_process_ordered(Ofl_desc *ofl, Ifl_desc *ifl, Place_path_info *path_info,
317 DBG_CALL(Dbg_sec_order_error(ofl->ofl_lml, ifl, ndx, error));
318 return (place_unordered(ofl, isp, path_info));
327 (validate_shf_ordered_dest(ofl, ifl, ndx, &alt_os_name) == FALSE))
328 return (place_unordered(ofl, isp, path_info));
336 osp = ld_place_section(ofl, isp, path_info, isp->is_keyident,
346 if (aplist_test(&ofl->ofl_ordered, osp, AL_CNT_OFL_ORDERED) ==
358 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_FIL_BADORDREF),
377 ofl->ofl_flags |= FLG_OF_KEY;
389 ld_sec_validate(Ofl_desc *ofl)
395 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) {
402 ld_eprintf(ofl, ERR_WARNING,
463 ld_sort_ordered(Ofl_desc *ofl)
468 DBG_CALL(Dbg_sec_order_list(ofl, 0));
470 for (APLIST_TRAVERSE(ofl->ofl_ordered, idx1, osp)) {
483 DBG_CALL(Dbg_sec_order_list(ofl, 1));