Searched refs:func_buf (Results 1 – 1 of 1) sorted by relevance
42 bool __tsan_symbolize_external(uptr pc, char *func_buf, uptr func_siz, in __tsan_symbolize_external() argument93 static char func_buf[1024]; in SymbolizeCode() local97 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf, in SymbolizeCode()99 frame->info.function = internal_strdup(func_buf); in SymbolizeCode()