Home
last modified time | relevance | path

Searched refs:_osp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c841 Os_desc *_osp; in ld_unwind_register() local
846 for (APLIST_TRAVERSE(ofl->ofl_unwind, idx, _osp)) in ld_unwind_register()
847 if (osp == _osp) in ld_unwind_register()
H A Dupdate.c3308 Os_desc *_osp = _isp->is_osdesc; in update_ogroup() local
3315 if (_osp == NULL) { in update_ogroup()
3322 gdata[i] = (Word)elf_ndxscn(_osp->os_scn); in update_ogroup()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h975 #define OS_ISDESCS_TRAVERSE(_list_idx, _osp, _idx, _isp) \ argument
977 for (APLIST_TRAVERSE(_osp->os_isdescs[_list_idx], _idx, _isp))