Home
last modified time | relevance | path

Searched defs:func_buf (Results 1 – 5 of 5) 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()
53 static char func_buf[1024]; in SymbolizeCode() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cpp42 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/
Djava_symbolization_legacy.cpp6 char *func_buf, jptr func_siz, in __tsan_symbolize_external()
/external/compiler-rt/test/tsan/
Djava_symbolization.cc6 char *func_buf, jptr func_siz, in __tsan_symbolize_external()
/external/llvm-project/compiler-rt/test/tsan/Linux/
Ddouble_race.cpp17 extern "C" bool __tsan_symbolize_external(unsigned long pc, char *func_buf, in __tsan_symbolize_external()