Searched refs:shflags (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c657 Xword shflagmask, shflags = shdr->sh_flags; local
688 if ((shflags & SHF_GROUP) || (shdr->sh_type == SHT_GROUP)) {
731 if (shflags & SHF_TLS)
732 shflags |= SHF_WRITE;
772 (enp->ec_attrmask & shflags))
992 ((shflags & ~shflagmask) ==
1014 if ((shflags & SHF_TLS) && shdr->sh_size &&
1197 if ((shflags & SHF_TLS) && shdr->sh_size &&
H A Dorder.c296 Xword shflags = isp->is_shdr->sh_flags; local
309 keyshndx = (shflags & SHF_ORDERED) ?
326 if ((shflags & SHF_ORDERED) &&

Completed in 75 milliseconds