Lines Matching defs:osp
219 Os_desc *osp;
255 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) {
256 Shdr *shdr = osp->os_shdr;
277 oscn = osp->os_scn;
287 create_outsec(Ofl_desc *ofl, Sg_desc *sgp, Os_desc *osp, Word ptype, int shidx,
301 osp->os_scn = scn;
312 *shdr = *(osp->os_shdr);
313 osp->os_shdr = shdr;
332 osp->os_shdr->sh_flags &= ~(ALL_SHF_ORDER|SHF_GROUP);
341 (osp->os_shdr->sh_flags & SHF_TLS) &&
342 (aplist_append(&ofl->ofl_ostlsseg, osp,
371 Os_desc *osp;
517 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) {
523 OS_ISDESCS_TRAVERSE(os_isdescs_idx, osp, idx3, isp) {
585 if (osp->os_scn == NULL) {
588 if (create_outsec(ofl, sgp, osp, ptype,
602 if ((data = elf_newdata(osp->os_scn)) == NULL) {
650 data = elf_newdata(osp->os_scn);
678 nonempty = osp;
686 osp->os_szoutrels = 0;
707 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) {
711 if (osp == nonempty)
714 d = elf_getdata(osp->os_scn, NULL);
812 Os_desc *osp;
816 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) {
825 if (osp->os_scn == NULL) {
829 if ((osp->os_scn =
836 if ((osp->os_shdr =
837 elf_getshdr(osp->os_scn)) == NULL) {
855 sgp->sg_fscn = osp->os_scn;
860 if ((osp->os_outdata =
861 elf_getdata(osp->os_scn, NULL)) == NULL) {
873 osp->os_shdr->sh_addralign);