Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c1018 int exact1, exact2; in sym_rel_comp() local
1029 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
1031 if (exact1 && !exact2) in sym_rel_comp()
1033 if (!exact1 && exact2) in sym_rel_comp()
/openbmc/linux/scripts/kconfig/
H A Dsymbol.c887 int exact1, exact2; in sym_rel_comp() local
898 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
900 if (exact1 && !exact2) in sym_rel_comp()
902 if (!exact1 && exact2) in sym_rel_comp()