Searched refs:arch_m64 (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
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 },
|
D | target.c | 204 arch_m64 = target->bitness; in target_config() 215 switch (arch_m64) { in target_init()
|
D | predefine.c | 211 switch (arch_m64) { in predefined_macros() 248 if (arch_m64 == ARCH_LP32) in predefined_macros()
|
D | options.h | 59 extern int arch_m64;
|
D | sparse-llvm.c | 1314 if (arch_m64) { in set_target()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.1.rst | 199 * define __LP64__ & _LP64 if arch_m64 is enabled
|