Lines Matching refs:sgp
187 Dbg_map_sort_seg(Lm_list *lml, uchar_t osabi, Half mach, Sg_desc *sgp) in Dbg_map_sort_seg() argument
197 type_str = conv_phdr_type(osabi, mach, sgp->sg_phdr.p_type, in Dbg_map_sort_seg()
200 if (sgp->sg_name) { in Dbg_map_sort_seg()
201 if (sgp->sg_flags & FLG_SG_P_VADDR) { in Dbg_map_sort_seg()
203 type_str, sgp->sg_name, in Dbg_map_sort_seg()
204 EC_ADDR(sgp->sg_phdr.p_vaddr)); in Dbg_map_sort_seg()
205 } else if (sgp->sg_flags & FLG_SG_ORDERED) { in Dbg_map_sort_seg()
212 type_str, sgp->sg_name, in Dbg_map_sort_seg()
213 EC_WORD(sgp->sg_id - SGID_TEXT)); in Dbg_map_sort_seg()
216 type_str, sgp->sg_name); in Dbg_map_sort_seg()
259 Dbg_map_seg_os_order(Lm_list *lml, Sg_desc *sgp, const char *sec_name, in Dbg_map_seg_os_order() argument
266 sgp->sg_name, sec_name, EC_WORD(ndx)); in Dbg_map_seg_os_order()
270 Dbg_map_seg(Ofl_desc *ofl, dbg_state_t dbg_state, int ndx, Sg_desc *sgp, in Dbg_map_seg() argument
282 ofl->ofl_dehdr->e_machine, ndx, sgp, FALSE); in Dbg_map_seg()
292 Sg_desc *sgp; in Dbg_map_seg_order() local
303 for (APLIST_TRAVERSE(ofl->ofl_segs_order, idx, sgp)) { in Dbg_map_seg_order()
304 type_str = conv_phdr_type(osabi, mach, sgp->sg_phdr.p_type, in Dbg_map_seg_order()
307 sgp->sg_name); in Dbg_map_seg_order()