Searched refs:ec_type (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map.c | 636 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 D | entry.c | 195 #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 D | place.c | 932 if (enp->ec_type && (enp->ec_type != shdr->sh_type)) in ld_place_section()
|
H A D | map_v2.c | 1834 enp->ec_type = conv_uvalue.csl_value; in at_seg_assign_type()
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | entry.c | 62 conv_sec_type(osabi, mach, enp->ec_type, 0, &buf.inv)); in Dbg_ent_entry()
|
H A D | liblddbg.msg | 1579 @ MSG_ECR_NDX " ec_ordndx: %-8d ec_type: %s"
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | libld.h | 1119 Word ec_type; /* section type */ member
|