Searched refs:os_sgdesc (Results 1 – 6 of 6) sorted by relevance
64 osp->os_sgdesc->sg_flags |= FLG_SG_PHREQ; in set_addralign()67 (osp->os_sgdesc->sg_phdr).p_type != PT_LOAD) in set_addralign()70 osp->os_sgdesc->sg_align = in set_addralign()71 ld_lcm(osp->os_sgdesc->sg_align, shdr->sh_addralign); in set_addralign()1177 osp->os_sgdesc = sgp; in ld_place_section()
375 osp2->os_sgdesc->sg_flags |= FLG_SG_KEY; in ld_process_ordered()
152 (osp->os_sgdesc->sg_phdr.p_type == PT_LOAD)) { in ignore_sym()168 Word ptype = osp->os_sgdesc->sg_phdr.p_type; in isdesc_discarded()306 ((sgp = osp->os_sgdesc) != NULL) && in ignore_section_processing()1244 if (((sgp = osp->os_sgdesc) != NULL) && in make_dynamic()
2160 (osect && (osect->os_sgdesc->sg_phdr.p_type == PT_LOAD))) in reloc_section()2817 (osp->os_sgdesc->sg_phdr.p_type != PT_LOAD) || in ld_reloc_remain_entry()2818 (osp->os_sgdesc->sg_phdr.p_flags & PF_W)) in ld_reloc_remain_entry()
2505 if (((sgp = ofl->ofl_osdynamic->os_sgdesc) != NULL) && in update_odynamic()4173 aphdr = &sdp->sd_isc->is_osdesc->os_sgdesc->sg_phdr; in ld_update_outfile()
983 Sg_desc *os_sgdesc; /* segment os_desc is placed on */ member