Lines Matching refs:os_shdr
1194 Shdr *os_shdr = osp->os_shdr; in ld_place_section() local
1221 ((shdr->sh_type == os_shdr->sh_type) || in ld_place_section()
1224 (os_shdr->sh_type == SHT_PROGBITS))) && in ld_place_section()
1226 (os_shdr->sh_flags & ~shflagmask)) && in ld_place_section()
1349 if ((osp->os_shdr = libld_calloc(1, sizeof (Shdr))) == NULL) in ld_place_section()
1385 osp->os_shdr->sh_type = ld_targ.t_m.m_sht_unwind; in ld_place_section()
1387 osp->os_shdr->sh_type = shdr->sh_type; in ld_place_section()
1390 osp->os_shdr->sh_flags = shdr->sh_flags; in ld_place_section()
1391 osp->os_shdr->sh_entsize = shdr->sh_entsize; in ld_place_section()
1404 osp->os_shdr->sh_link = shdr->sh_link; in ld_place_section()
1406 osp->os_shdr->sh_info = shdr->sh_info; in ld_place_section()
1461 ((osp->os_shdr->sh_flags & SHF_ALLOC) == 0)) { in ld_place_section()
1464 osp->os_shdr->sh_flags |= SHF_ALLOC; in ld_place_section()