Searched defs:func_buf (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_symbolize.cc | 42 bool __tsan_symbolize_external(uptr pc, char *func_buf, uptr func_siz, in __tsan_symbolize_external() 53 static char func_buf[1024]; in SymbolizeCode() local
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_symbolize.cpp | 42 bool __tsan_symbolize_external(uptr pc, char *func_buf, uptr func_siz, in __tsan_symbolize_external() 93 static char func_buf[1024]; in SymbolizeCode() local
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | java_symbolization_legacy.cpp | 6 char *func_buf, jptr func_siz, in __tsan_symbolize_external()
|
/external/compiler-rt/test/tsan/ |
D | java_symbolization.cc | 6 char *func_buf, jptr func_siz, in __tsan_symbolize_external()
|
/external/llvm-project/compiler-rt/test/tsan/Linux/ |
D | double_race.cpp | 17 extern "C" bool __tsan_symbolize_external(unsigned long pc, char *func_buf, in __tsan_symbolize_external()
|