HomeSort by relevance Sort by last modified time
    Searched refs:__libc_stack_end (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 66 extern "C" void *__libc_stack_end; variable
67 void *__libc_stack_end = 0; variable
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 436 SANITIZER_WEAK_ATTRIBUTE extern void *__libc_stack_end;
468 if (&__libc_stack_end) {
470 uptr* stack_end = (uptr*)__libc_stack_end;
    [all...]

Completed in 469 milliseconds