OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asan_symbolize
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/asan/
asan_stack.cc
22
return (&
__asan_symbolize
) ?
__asan_symbolize
(pc, out_buffer, out_size)
35
// Provide default implementation of
__asan_symbolize
that does nothing
40
bool
__asan_symbolize
(const void *pc, char *out_buffer, int out_size) {
function
asan_interface_internal.h
106
/* OPTIONAL */ bool
__asan_symbolize
(const void *pc, char *out_buffer,
asan_win.cc
116
bool
__asan_symbolize
(const void *addr, char *out_buffer, int buffer_size) {
function
/external/compiler-rt/lib/asan/lit_tests/
symbolize_callback.cc
7
bool
__asan_symbolize
(const void *pc, char *out_buffer, int out_size) {
function
/external/compiler-rt/include/sanitizer/
asan_interface.h
90
bool
__asan_symbolize
(const void *pc, char *out_buffer,
Completed in 2509 milliseconds