Searched refs:ecf_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c767 Word ecf_type; local
782 ecf_type = TYP_ECF_BASENAME;
785 ecf_type = TYP_ECF_PATH;
787 if (!ld_map_seg_ent_files(mf, enp, ecf_type,
H A Dmap_support.c762 ld_map_seg_ent_files(Mapfile *mf, Ent_desc *enp, Word ecf_type, const char *str) argument
776 if ((ecf_type != TYP_ECF_PATH) && (strchr(str, '/') != NULL)) {
777 const char *msg = (ecf_type == TYP_ECF_BASENAME) ?
784 edf.edf_flags = ecf_type;

Completed in 47 milliseconds