Searched refs:file_buf (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp43 char *file_buf, uptr file_siz, int *line,
94 static char file_buf[1024]; local
97 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf,
98 sizeof(file_buf), &line, &col)) {
100 frame->info.file = internal_strdup(file_buf);
42 __tsan_symbolize_external(uptr pc, char *func_buf, uptr func_siz, char *file_buf, uptr file_siz, int *line, int *col) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2447 void *file_buf = data_sp->GetBytes(); local
2448 if (file_buf == nullptr ||
2456 static_cast<AllocationDetails::FileHeader *>(file_buf);
2468 memcpy(&root_el_hdr, static_cast<uint8_t *>(file_buf) +
2520 file_buf = static_cast<uint8_t *>(file_buf) + file_header->hdr_size;
2540 size_t written = GetProcess()->WriteMemory(alloc_data, file_buf, size, err);

Completed in 119 milliseconds