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