Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c817 Xword shflagmask, shflags = shdr->sh_flags; in ld_place_section() local
853 if ((shflags & SHF_GROUP) || (shdr->sh_type == SHT_GROUP)) { in ld_place_section()
896 if (shflags & SHF_TLS) in ld_place_section()
897 shflags |= SHF_WRITE; in ld_place_section()
937 (enp->ec_attrmask & shflags)) in ld_place_section()
1225 ((shflags & ~shflagmask) == in ld_place_section()
1247 if ((shflags & SHF_TLS) && shdr->sh_size && in ld_place_section()
1450 if ((shflags & SHF_TLS) && shdr->sh_size && in ld_place_section()
H A Dorder.c296 Xword shflags = isp->is_shdr->sh_flags; in ld_process_ordered() local
309 keyshndx = (shflags & SHF_ORDERED) ? in ld_process_ordered()
326 if ((shflags & SHF_ORDERED) && in ld_process_ordered()