Lines Matching defs:os_shdr
1076 Shdr *os_shdr = osp->os_shdr;
1100 ((shdr->sh_type == os_shdr->sh_type) ||
1103 (os_shdr->sh_type == SHT_PROGBITS))) &&
1105 (os_shdr->sh_flags & ~shflagmask)) &&
1219 if ((osp->os_shdr = libld_calloc(sizeof (Shdr), 1)) == NULL)
1255 osp->os_shdr->sh_type = ld_targ.t_m.m_sht_unwind;
1257 osp->os_shdr->sh_type = shdr->sh_type;
1260 osp->os_shdr->sh_flags = shdr->sh_flags;
1261 osp->os_shdr->sh_entsize = shdr->sh_entsize;
1274 osp->os_shdr->sh_link = shdr->sh_link;
1276 osp->os_shdr->sh_info = shdr->sh_info;
1331 ((osp->os_shdr->sh_flags & SHF_ALLOC) == 0)) {
1334 osp->os_shdr->sh_flags |= SHF_ALLOC;