Home
last modified time | relevance | path

Searched refs:SUPPORTS_WEAK (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDdefaults.h267 #ifndef SUPPORTS_WEAK
269 #define SUPPORTS_WEAK 1 macro
271 #define SUPPORTS_WEAK 0 macro
278 #define TARGET_SUPPORTS_WEAK (SUPPORTS_WEAK)
328 # if SUPPORTS_WEAK
398 #if defined (TARGET_ASM_NAMED_SECTION) && SUPPORTS_WEAK
/dragonfly/contrib/gcc-8.0/gcc/
HDdefaults.h265 #ifndef SUPPORTS_WEAK
267 #define SUPPORTS_WEAK 1 macro
269 #define SUPPORTS_WEAK 0 macro
276 #define TARGET_SUPPORTS_WEAK (SUPPORTS_WEAK)
326 # if SUPPORTS_WEAK
/dragonfly/contrib/gcc-8.0/libgcc/
HDgthr.h135 #if SUPPORTS_WEAK
HDgthr-posix.h85 #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
156 #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
/dragonfly/contrib/gcc-4.7/libgcc/
HDgthr.h137 #if SUPPORTS_WEAK
HDgthr-posix.h91 #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
200 #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-opts.c998 if (!TARGET_SUPPORTS_ALIASES || !SUPPORTS_WEAK) in c_common_post_options()
HDc-pragma.c255 if (SUPPORTS_WEAK && DECL_EXTERNAL (decl) && TREE_USED (decl) in apply_pragma_weak()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-pragma.c264 if (SUPPORTS_WEAK && DECL_EXTERNAL (decl) && TREE_USED (decl) in apply_pragma_weak()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi7996 support weak symbols and you should not define the @code{SUPPORTS_WEAK}
8016 @defmac SUPPORTS_WEAK
8029 definition. The default definition is @samp{(SUPPORTS_WEAK)}. Define
11314 SUPPORTS_WEAK and TARGET_HAVE_NAMED_SECTIONS are true, else 0.
HDtm.texi.in7893 support weak symbols and you should not define the @code{SUPPORTS_WEAK}
7913 @defmac SUPPORTS_WEAK
7926 definition. The default definition is @samp{(SUPPORTS_WEAK)}. Define
11180 SUPPORTS_WEAK and TARGET_HAVE_NAMED_SECTIONS are true, else 0.