OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__libc_stack_end
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/debug/
stack_trace.cc
28
extern "C" void*
__libc_stack_end
;
variable
185
return reinterpret_cast<uintptr_t>(
__libc_stack_end
);
/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 295 milliseconds