OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__asan_symbolize
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_stack.cc
23
return (&
__asan_symbolize
) ?
__asan_symbolize
(pc, out_buffer, out_size)
36
// Provide default implementation of
__asan_symbolize
that does nothing
41
bool
__asan_symbolize
(const void *pc, char *out_buffer, int out_size) {
function
asan_win.cc
94
bool
__asan_symbolize
(const void *addr, char *out_buffer, int buffer_size) {
function
/external/compiler-rt/lib/asan/lit_tests/TestCases/
symbolize_callback.cc
7
bool
__asan_symbolize
(const void *pc, char *out_buffer, int out_size) {
function
Completed in 34 milliseconds