Searched refs:ec_is_name (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | entry.c | 53 (enp->ec_is_name ? enp->ec_is_name : MSG_INTL(MSG_STR_NULL)), in Dbg_ent_entry()
|
H A D | liblddbg.msg | 1573 @ MSG_ECR_IS_NAME " ec_is_name: %-8s ec_attrmask: %s"
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | ldentry.c | 214 enp->ec_segment->sg_name, enp->ec_is_name); in ld_ent_check() 217 enp->ec_segment->sg_name, enp->ec_is_name); in ld_ent_check()
|
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 | 786 if (enp->ec_is_name && in ld_place_section() 787 (strcmp(enp->ec_is_name, isp->is_name) != 0)) in ld_place_section()
|
H A D | map.c | 758 enp->ec_is_name = tkv.tkv_str; in map_colon()
|
H A D | map_core.c | 2716 (enp->ec_is_name != NULL) && in ld_map_post_process()
|
H A D | map_v2.c | 1700 enp->ec_is_name = tkv.tkv_str; in at_seg_assign_is_name()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | libld.h | 1095 const char *ec_is_name; /* input section name to match */ member
|