Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c5131 int32 uprel_typ, got_one, fnd_ii, sav_ecnt; in chk_all_uprels_same() local
5135 uprel_typ = -1; in chk_all_uprels_same()
5147 { uprel_typ = SYM_I; uprel_syp = syp; got_one = TRUE; fnd_ii = ii; } in chk_all_uprels_same()
5150 if (uprel_typ != SYM_I || syp != uprel_syp) in chk_all_uprels_same()
5168 { uprel_typ = SYM_M; uprel_syp = modsyp; got_one = TRUE; fnd_ii = ii; } in chk_all_uprels_same()
5171 if (uprel_typ != SYM_M || modsyp != uprel_syp) in chk_all_uprels_same()
5190 uprel_typ = SYM_TSK; in chk_all_uprels_same()
5197 if (uprel_typ != SYM_TSK || scope_syp != uprel_syp) in chk_all_uprels_same()