HomeSort by: relevance | last modified time | path
    Searched defs:SANITIZER_SUPPORTS_WEAK_HOOKS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 69 // SANITIZER_SUPPORTS_WEAK_HOOKS means that we support real weak functions that
71 #ifndef SANITIZER_SUPPORTS_WEAK_HOOKS
73 # define SANITIZER_SUPPORTS_WEAK_HOOKS 1
79 # define SANITIZER_SUPPORTS_WEAK_HOOKS 1
81 # define SANITIZER_SUPPORTS_WEAK_HOOKS 0
83 #endif // SANITIZER_SUPPORTS_WEAK_HOOKS
86 // we can use the flag SANITIZER_SUPPORTS_WEAK_HOOKS to only define the default
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 65 // SANITIZER_SUPPORTS_WEAK_HOOKS means that we support real weak functions that
67 #ifndef SANITIZER_SUPPORTS_WEAK_HOOKS
69 # define SANITIZER_SUPPORTS_WEAK_HOOKS 1
75 # define SANITIZER_SUPPORTS_WEAK_HOOKS 1
77 # define SANITIZER_SUPPORTS_WEAK_HOOKS 0
79 #endif // SANITIZER_SUPPORTS_WEAK_HOOKS
82 // we can use the flag SANITIZER_SUPPORTS_WEAK_HOOKS to only define the default
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 68 // SANITIZER_SUPPORTS_WEAK_HOOKS means that we support real weak functions that
70 #ifndef SANITIZER_SUPPORTS_WEAK_HOOKS
72 # define SANITIZER_SUPPORTS_WEAK_HOOKS 1
78 # define SANITIZER_SUPPORTS_WEAK_HOOKS 1
80 # define SANITIZER_SUPPORTS_WEAK_HOOKS 0
82 #endif // SANITIZER_SUPPORTS_WEAK_HOOKS
85 // we can use the flag SANITIZER_SUPPORTS_WEAK_HOOKS to only define the default

Completed in 25 milliseconds