Lines Matching defs:enp
580 * enp - Entrance criteria with a non-empty ec_files list of file
587 eval_ec_files(Place_path_info *path_info, Ent_desc *enp)
594 for (ALIST_TRAVERSE(enp->ec_files, idx, edfp)) {
735 Ent_desc *enp;
828 for (APLIST_TRAVERSE(ofl->ofl_ents, idx1, enp)) {
831 if (enp->ec_segment->sg_flags & FLG_SG_DISABLED)
849 if (enp->ec_flags & FLG_EC_CATCHALL) {
850 sgp = enp->ec_segment;
854 if (enp->ec_type && (enp->ec_type != shdr->sh_type))
856 if (enp->ec_attrmask &&
858 (enp->ec_attrmask & enp->ec_attrbits) !=
859 (enp->ec_attrmask & shflags))
861 if (enp->ec_is_name &&
862 (strcmp(enp->ec_is_name, isp->is_name) != 0))
865 if ((alist_nitems(enp->ec_files) > 0) &&
866 ((path_info == NULL) || !eval_ec_files(path_info, enp)))
870 sgp = enp->ec_segment;
892 isp->is_ordndx = enp->ec_ordndx;
895 enp->ec_flags |= FLG_EC_USED;