Home
last modified time | relevance | path

Searched refs:SCUDO_TRUSTY (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dplatform.h35 #define SCUDO_TRUSTY 1 macro
37 #define SCUDO_TRUSTY 0 macro
63 #define SCUDO_CAN_USE_MTE (SCUDO_LINUX || SCUDO_TRUSTY)
H A Dtrusty.h14 #if SCUDO_TRUSTY
H A Dreport_linux.cpp11 #if SCUDO_LINUX || SCUDO_TRUSTY
H A Dmem_map.h82 #elif SCUDO_TRUSTY
H A Dtrusty.cpp11 #if SCUDO_TRUSTY
118 #endif // SCUDO_TRUSTY
H A Dallocator_config.h201 #elif SCUDO_TRUSTY
H A Dsecondary.h126 if (SCUDO_TRUSTY) { in mapSecondary()
H A Dprimary32.h74 if (SCUDO_TRUSTY) in init()