Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp43 char *file_buf, uptr file_siz, int *line, in __tsan_symbolize_external() argument
94 static char file_buf[1024]; in SymbolizeCode() local
97 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf, in SymbolizeCode()
98 sizeof(file_buf), &line, &col)) { in SymbolizeCode()
100 frame->info.file = internal_strdup(file_buf); in SymbolizeCode()