Home
last modified time | relevance | path

Searched refs:__tsan_symbolize_external (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cc42 bool __tsan_symbolize_external(uptr pc, char *func_buf, uptr func_siz, in __tsan_symbolize_external() function
57 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf, in SymbolizeCode()
/external/compiler-rt/test/tsan/
Djava_symbolization.cc5 extern "C" bool __tsan_symbolize_external(jptr pc, in __tsan_symbolize_external() function