Home
last modified time | relevance | path

Searched refs:OS_ISDESCS_TRAVERSE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldentry.c101 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx3, isp) { in ld_map_out()
H A Dunwind.c380 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx2, isp) { in ld_unwind_make_hdr()
H A Doutfile.c523 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx3, isp) { in ld_create_outfile()
H A Dsections.c229 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx3, isp) { in adjust_os_count()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c170 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx, isp) { in Dbg_seg_os()
H A Dsections.c359 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx2, isp1) { in Dbg_sec_order_list()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h975 #define OS_ISDESCS_TRAVERSE(_list_idx, _osp, _idx, _isp) \ macro