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