OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__libc_stack_end
(Results
1 - 2
of
2
) 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
Completed in 229 milliseconds