Searched refs:arch_m64 (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | options.c | 59 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 D | predefine.c | 211 switch (arch_m64) { in predefined_macros() 248 if (arch_m64 == ARCH_LP32) in predefined_macros()
|
H A D | target.c | 204 arch_m64 = target->bitness; in target_config() 215 switch (arch_m64) { in target_init()
|
H A D | options.h | 59 extern int arch_m64;
|
H A D | sparse-llvm.c | 1314 if (arch_m64) { in set_target()
|
Completed in 5 milliseconds