Home
last modified time | relevance | path

Searched refs:aslr_on (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp134 bool aslr_on = (old_personality & ADDR_NO_RANDOMIZE) == 0; in TryReExecWithoutASLR() local
136 if (aslr_on) { in TryReExecWithoutASLR()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp250 bool aslr_on = in ReExecIfNeeded() local
257 if (aslr_on) { in ReExecIfNeeded()
283 bool aslr_on = in ReExecIfNeeded() local
286 if (aslr_on) { in ReExecIfNeeded()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp184 bool aslr_on = in InitShadowWithReExec() local
187 if (aslr_on) { in InitShadowWithReExec()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1232 bool aslr_on = in InitShadowWithReExec() local
1235 if (aslr_on) { in InitShadowWithReExec()