Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-x86.c25 switch (arch_os) { in init_x86_common()
112 switch (arch_os) { in init_x86_64()
Dpredefine.c239 if (arch_os >= OS_UNIX && arch_os != OS_DARWIN) { in predefined_macros()
245 switch (arch_os) { in predefined_macros()
Dtarget-arm.c13 if (arch_os == OS_NONE) { in init_arm()
Dtarget-sparc.c30 if (arch_os == OS_SUNOS) { in init_sparc32()
Doptions.h61 extern int arch_os;
Dtarget.c190 arch_os = p->os; in target_os()
Doptions.c61 int arch_os = OS_NATIVE; variable