Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c147 static struct sy_t *fnd_uprel_inst(char *, struct itree_t *);
4971 if (fnd_uprel_inst(ncmp, grp->gin_mdp->moditps[0]) != NULL) in fill_gsymhead()
5000 if ((syp2 = fnd_uprel_inst(ncmp, grp->gin_mdp->moditps[0])) != NULL in fill_gsymhead()
5013 if ((syp = fnd_uprel_inst(ncmp, in_itp)) != NULL) in fill_gsymhead()
5144 if ((syp = fnd_uprel_inst(ncmp, in_itp)) != NULL) in chk_all_uprels_same()
5219 static struct sy_t *fnd_uprel_inst(char *ncmp, struct itree_t *in_itp) in fnd_uprel_inst() function