Searched refs:ofl_unwind (Results 1 – 2 of 2) sorted by relevance
335 if (aplist_nitems(ofl->ofl_unwind) == 0) in ld_unwind_make_hdr()376 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx1, osp)) { in ld_unwind_make_hdr()537 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx, osp)) { in ld_unwind_populate_hdr()846 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx, _osp)) in ld_unwind_register()853 if (aplist_append(&ofl->ofl_unwind, osp, AL_CNT_OFL_UNWIND) == NULL) in ld_unwind_register()
299 APlist *ofl_unwind; /* list of unwind output sections */ member