Lines Matching refs:sgp
37 Sg_desc *sgp, Boolean space_nl) in Dbg_seg_desc_entry() argument
46 if (sgp->sg_name) in Dbg_seg_desc_entry()
47 dbg_print(lml, MSG_ORIG(MSG_SEG_NAME), sgp->sg_name); in Dbg_seg_desc_entry()
50 conv_seg_flags(sgp->sg_flags, &seg_flags_buf)); in Dbg_seg_desc_entry()
52 Elf_phdr(lml, osabi, mach, &sgp->sg_phdr); in Dbg_seg_desc_entry()
54 if (sgp->sg_flags & FLG_SG_P_ALIGN) in Dbg_seg_desc_entry()
56 EC_ADDR(sgp->sg_align)); in Dbg_seg_desc_entry()
58 if (sgp->sg_flags & FLG_SG_LENGTH) in Dbg_seg_desc_entry()
60 EC_ADDR(sgp->sg_length)); in Dbg_seg_desc_entry()
62 if (sgp->sg_flags & FLG_SG_ROUND) in Dbg_seg_desc_entry()
64 EC_ADDR(sgp->sg_round)); in Dbg_seg_desc_entry()
66 if (aplist_nitems(sgp->sg_sizesym) > 0) { in Dbg_seg_desc_entry()
68 for (APLIST_TRAVERSE(sgp->sg_sizesym, idx, sdp)) in Dbg_seg_desc_entry()
73 if (aplist_nitems(sgp->sg_is_order) > 0) { in Dbg_seg_desc_entry()
78 for (APLIST_TRAVERSE(sgp->sg_is_order, idx, enp)) in Dbg_seg_desc_entry()
82 if (alist_nitems(sgp->sg_os_order) > 0) { in Dbg_seg_desc_entry()
87 for (ALIST_TRAVERSE(sgp->sg_os_order, idx, scop)) in Dbg_seg_desc_entry()
106 Dbg_seg_entry(Ofl_desc *ofl, int ndx, Sg_desc *sgp) in Dbg_seg_entry() argument
112 ofl->ofl_dehdr->e_machine, ndx, sgp, TRUE); in Dbg_seg_entry()
122 Sg_desc *sgp; in Dbg_seg_list() local
130 for (APLIST_TRAVERSE(apl, idx, sgp)) in Dbg_seg_list()
131 Dbg_seg_desc_entry(lml, osabi, mach, ndx++, sgp, TRUE); in Dbg_seg_list()