Lines Matching defs:sgp
190 Sg_desc *sgp;
217 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) {
218 Phdr *phdr = &(sgp->sg_phdr);
255 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) {
287 create_outsec(Ofl_desc *ofl, Sg_desc *sgp, Os_desc *osp, Word ptype, int shidx,
320 sgp->sg_fscn = scn;
370 Sg_desc *sgp;
428 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) {
430 Phdr *phdr = &(sgp->sg_phdr);
482 if ((sgp->sg_flags & FLG_SG_DISABLED) == 0)
484 } else if (sgp->sg_flags & FLG_SG_EMPTY) {
486 } else if (sgp->sg_osdescs != NULL) {
487 if ((sgp->sg_flags & FLG_SG_PHREQ) == 0) {
493 ptype = (sgp->sg_phdr).p_type = PT_NULL;
517 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) {
588 if (create_outsec(ofl, sgp, osp, ptype,
613 data->d_align = sgp->sg_align;
664 (sgp->sg_flags & FLG_SG_ROUND)) {
670 sgp->sg_round);
672 align = sgp->sg_round;
707 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) {
810 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) {
811 Phdr *_phdr = &(sgp->sg_phdr);
816 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) {
826 aplist_delete(sgp->sg_osdescs, &idx2);
842 if ((fixalign == TRUE) && sgp->sg_fscn &&
847 scn = sgp->sg_fscn;
855 sgp->sg_fscn = osp->os_scn;