Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c148 static int32 fnd_uprel_mod(struct sy_t *, struct itree_t *);
4978 if (modsyp != NULL && fnd_uprel_mod(modsyp, grp->gin_mdp->moditps[0])) in fill_gsymhead()
5025 if (modsyp != NULL && fnd_uprel_mod(modsyp, in_itp)) in fill_gsymhead()
5052 if (!fnd_uprel_mod(modsyp, in_itp)) goto try_tskscope; in fill_gsymhead()
5165 if (fnd_uprel_mod(modsyp, in_itp)) in chk_all_uprels_same()
5238 static int32 fnd_uprel_mod(struct sy_t *modsyp, struct itree_t *in_itp) in fnd_uprel_mod() function