Lines Matching defs:osp
140 Dbg_reloc_generate(Lm_list *lml, Os_desc *osp, Word type)
146 dbg_print(lml, MSG_INTL(MSG_REL_GENERATE), osp->os_name);
160 * osp - If sh_info was non-NULL, output section to which
166 * note: osp and isp must both be NULL, or both non-NULL. risp is never NULL.
169 Dbg_reloc_proc(Lm_list *lml, Os_desc *osp, Is_desc *isp, Is_desc *risp)
176 if (osp && osp->os_name)
177 str1 = osp->os_name;
216 Os_desc *osp;
223 osp = RELAUX_GET_OSDESC(rdesc);
224 if (osp) {
225 secname = osp->os_name;
226 off += osp->os_shdr->sh_offset;
377 Os_desc *osp = RELAUX_GET_OSDESC(orsp);
379 secname = osp ? osp->os_name : MSG_INTL(MSG_STR_NULL);