Lines Matching refs:osp
95 Dbg_sec_strtab(Lm_list *lml, Os_desc *osp, Str_tbl *stp) in Dbg_sec_strtab() argument
102 if (!osp) in Dbg_sec_strtab()
107 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_COMP), osp->os_name, in Dbg_sec_strtab()
110 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_STND), osp->os_name, in Dbg_sec_strtab()
118 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_HD), osp->os_name, in Dbg_sec_strtab()
232 Dbg_sec_added(Lm_list *lml, Os_desc *osp, Sg_desc *sgp) in Dbg_sec_added() argument
237 dbg_print(lml, MSG_INTL(MSG_SEC_ADDED), osp->os_name, in Dbg_sec_added()
242 Dbg_sec_created(Lm_list *lml, Os_desc *osp, Sg_desc *sgp) in Dbg_sec_created() argument
247 dbg_print(lml, MSG_INTL(MSG_SEC_CREATED), osp->os_name, in Dbg_sec_created()
326 Os_desc *osp; in Dbg_sec_order_list() local
347 for (APLIST_TRAVERSE(ofl->ofl_ordered, idx1, osp)) { in Dbg_sec_order_list()
352 dbg_print(lml, str, osp->os_name); in Dbg_sec_order_list()
354 EC_WORD(aplist_nitems(osp->os_isdescs[OS_ISD_BEFORE])), in Dbg_sec_order_list()
355 EC_WORD(aplist_nitems(osp->os_isdescs[OS_ISD_ORDERED])), in Dbg_sec_order_list()
356 EC_WORD(aplist_nitems(osp->os_isdescs[OS_ISD_DEFAULT])), in Dbg_sec_order_list()
357 EC_WORD(aplist_nitems(osp->os_isdescs[OS_ISD_AFTER]))); in Dbg_sec_order_list()
359 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx2, isp1) { in Dbg_sec_order_list()