Home
last modified time | relevance | path

Searched refs:ec_attrmask (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c195 #define EC_DESC_INIT(ec_is_name, ec_type, ec_attrmask, ec_attrbits, \ argument
197 { NULL, NULL, ec_is_name, ec_type, ec_attrmask, ec_attrbits, \
432 if ((enp->ec_attrmask & SHF_AMD64_LARGE) && in ld_ent_setup()
H A Dmap.c703 if (enp->ec_attrmask & SHF_ALLOC) { in map_colon()
709 enp->ec_attrmask |= SHF_ALLOC; in map_colon()
715 if (enp->ec_attrmask & SHF_WRITE) { in map_colon()
721 enp->ec_attrmask |= SHF_WRITE; in map_colon()
727 if (enp->ec_attrmask & SHF_EXECINSTR) { in map_colon()
733 enp->ec_attrmask |= SHF_EXECINSTR; in map_colon()
745 if (enp->ec_attrmask != 0) in map_colon()
H A Dplace.c934 if (enp->ec_attrmask && in ld_place_section()
936 (enp->ec_attrmask & enp->ec_attrbits) != in ld_place_section()
937 (enp->ec_attrmask & shflags)) in ld_place_section()
H A Dmap_v2.c1704 enp->ec_attrmask |= flag->value; in at_seg_assign_flags()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dentry.c54 conv_sec_flags(osabi, mach, enp->ec_attrmask, 0, &buf.sec_flags)); in Dbg_ent_entry()
H A Dliblddbg.msg1577 @ MSG_ECR_IS_NAME " ec_is_name: %-8s ec_attrmask: %s"
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1120 Word ec_attrmask; /* section attribute mask (AWX) */ member