Searched refs:os_sgdesc (Results 1 – 6 of 6) sorted by relevance
65 osp->os_sgdesc->sg_flags |= FLG_SG_PHREQ; in set_addralign()68 (osp->os_sgdesc->sg_phdr).p_type != PT_LOAD) in set_addralign()71 osp->os_sgdesc->sg_align = in set_addralign()72 ld_lcm(osp->os_sgdesc->sg_align, shdr->sh_addralign); in set_addralign()1395 osp->os_sgdesc = sgp; in ld_place_section()
375 osp2->os_sgdesc->sg_flags |= FLG_SG_KEY; in ld_process_ordered()
155 (osp->os_sgdesc->sg_phdr.p_type == PT_LOAD)) { in ignore_sym()171 Word ptype = osp->os_sgdesc->sg_phdr.p_type; in isdesc_discarded()309 ((sgp = osp->os_sgdesc) != NULL) && in ignore_section_processing()1247 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()
2571 if (((sgp = ofl->ofl_osdynamic->os_sgdesc) != NULL) && in update_odynamic()4476 aphdr = &sdp->sd_isc->is_osdesc->os_sgdesc->sg_phdr; in ld_update_outfile()
992 Sg_desc *os_sgdesc; /* segment os_desc is placed on */ member