Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c636 enp->ec_type = SHT_PROGBITS; in map_colon()
639 enp->ec_type = SHT_SYMTAB; in map_colon()
642 enp->ec_type = SHT_DYNSYM; in map_colon()
645 enp->ec_type = SHT_STRTAB; in map_colon()
649 enp->ec_type = ld_targ.t_m.m_rel_sht_type; in map_colon()
652 enp->ec_type = SHT_HASH; in map_colon()
655 enp->ec_type = SHT_SHLIB; in map_colon()
658 enp->ec_type = SHT_DYNAMIC; in map_colon()
661 enp->ec_type = SHT_NOTE; in map_colon()
664 enp->ec_type = SHT_NOBITS; in map_colon()
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, \
H A Dplace.c932 if (enp->ec_type && (enp->ec_type != shdr->sh_type)) in ld_place_section()
H A Dmap_v2.c1834 enp->ec_type = conv_uvalue.csl_value; in at_seg_assign_type()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dentry.c62 conv_sec_type(osabi, mach, enp->ec_type, 0, &buf.inv)); in Dbg_ent_entry()
H A Dliblddbg.msg1579 @ MSG_ECR_NDX " ec_ordndx: %-8d ec_type: %s"
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1119 Word ec_type; /* section type */ member