Home
last modified time | relevance | path

Searched refs:ofl_unwind (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c335 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()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h299 APlist *ofl_unwind; /* list of unwind output sections */ member