Home
last modified time | relevance | path

Searched refs:__libc_stack_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp65 extern "C" void *__libc_stack_end;
66 void *__libc_stack_end = 0; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp697 SANITIZER_WEAK_ATTRIBUTE extern void *__libc_stack_end;
745 if (&__libc_stack_end) { in GetArgsAndEnv()
746 uptr *stack_end = (uptr *)__libc_stack_end; in GetArgsAndEnv()