Home
last modified time | relevance | path

Searched refs:arch_m64 (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c59 int arch_m64 = ARCH_M64_DEFAULT; variable
669 { "64", &arch_m64, NULL, OPT_VAL, ARCH_LP64 },
670 { "32", &arch_m64, NULL, OPT_VAL, ARCH_LP32 },
671 { "31", &arch_m64, NULL, OPT_VAL, ARCH_LP32 },
672 { "16", &arch_m64, NULL, OPT_VAL, ARCH_LP32 },
673 { "x32",&arch_m64, NULL, OPT_VAL, ARCH_X32 },
674 { "size-llp64", &arch_m64, NULL, OPT_VAL, ARCH_LLP64 },
H A Dpredefine.c211 switch (arch_m64) { in predefined_macros()
248 if (arch_m64 == ARCH_LP32) in predefined_macros()
H A Dtarget.c204 arch_m64 = target->bitness; in target_config()
215 switch (arch_m64) { in target_init()
H A Doptions.h59 extern int arch_m64;
H A Dsparse-llvm.c1314 if (arch_m64) { in set_target()

Completed in 5 milliseconds