Lines Matching refs:osp
329 Os_desc *osp; in ld_unwind_make_hdr() local
376 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx1, osp)) { in ld_unwind_make_hdr()
380 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx2, isp) { in ld_unwind_make_hdr()
491 Os_desc *osp; in ld_unwind_populate_hdr() local
537 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx, osp)) { in ld_unwind_populate_hdr()
550 first_unwind = osp; in ld_unwind_populate_hdr()
552 data = osp->os_outdata->d_buf; in ld_unwind_populate_hdr()
553 shdr = osp->os_shdr; in ld_unwind_populate_hdr()
610 osp->os_name); in ld_unwind_populate_hdr()
619 osp->os_name); in ld_unwind_populate_hdr()
635 osp->os_name); in ld_unwind_populate_hdr()
655 osp->os_name); in ld_unwind_populate_hdr()
677 osp->os_name); in ld_unwind_populate_hdr()
683 osp->os_name, ciePflag); in ld_unwind_populate_hdr()
719 osp->os_name); in ld_unwind_populate_hdr()
725 osp->os_name, cieRflag); in ld_unwind_populate_hdr()
838 ld_unwind_register(Os_desc *osp, Ofl_desc * ofl) in ld_unwind_register() argument
847 if (osp == _osp) in ld_unwind_register()
853 if (aplist_append(&ofl->ofl_unwind, osp, AL_CNT_OFL_UNWIND) == NULL) in ld_unwind_register()