OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_mac.cc
66
static_assert(
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
,
67
"Expected
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
to be true");
asan_fuchsia.cc
195
static_assert(!
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
,
196
"Expected
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
to be false");
asan_linux.cc
253
static_assert(!
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
,
254
"Expected
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
to be false");
asan_rtems.cc
218
static_assert(!
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
,
219
"Expected
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
to be false");
asan_win.cc
327
static_assert(!
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
,
328
"Expected
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
to be false");
asan_rtl.cc
408
if (
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
&& UNLIKELY(HandleDlopenInit())) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform.h
349
#define
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
1
351
#define
SANITIZER_SUPPORTS_INIT_FOR_DLOPEN
0
Completed in 17 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025