Home
last modified time | relevance | path

Searched refs:ec_is_name (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dentry.c53 (enp->ec_is_name ? enp->ec_is_name : MSG_INTL(MSG_STR_NULL)), 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/libld/common/
H A Dldentry.c218 enp->ec_segment->sg_name, enp->ec_is_name); in ld_ent_check()
221 enp->ec_segment->sg_name, enp->ec_is_name); in ld_ent_check()
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.c939 if (enp->ec_is_name && in ld_place_section()
940 (strcmp(enp->ec_is_name, isp->is_name) != 0)) in ld_place_section()
H A Dmap.c758 enp->ec_is_name = tkv.tkv_str; in map_colon()
H A Dmap_core.c2743 (enp->ec_is_name != NULL) && in ld_map_post_process()
H A Dmap_v2.c1775 enp->ec_is_name = tkv.tkv_str; in at_seg_assign_is_name()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1117 const char *ec_is_name; /* input section name to match */ member