Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dparser.h116 extern int arch_match(FILE *, int);
H A Dextends.c137 if (found = arch_match(efp, T_info->ti_archtoken)) in do_extends()
310 arch_match(FILE *fp, int arch) in arch_match() function
H A Dfrontend.c468 if (arch_match(fp, arch)) { in check4extends()