OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_HAS_BIONIC
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h
1056
#ifndef
TARGET_HAS_BIONIC
1057
#define
TARGET_HAS_BIONIC
0
[
all
...]
insn-flags.h
340
#define HAVE_stack_protect_set_si ((!
TARGET_HAS_BIONIC
) && (ptr_mode == SImode))
341
#define HAVE_stack_protect_set_di ((!
TARGET_HAS_BIONIC
) && (ptr_mode == DImode))
344
#define HAVE_stack_protect_test_si ((!
TARGET_HAS_BIONIC
) && (ptr_mode == SImode))
345
#define HAVE_stack_protect_test_di ((!
TARGET_HAS_BIONIC
) && (ptr_mode == DImode))
[
all
...]
Completed in 1609 milliseconds