Searched refs:file_buf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_symbolize.cpp | 43 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 2457 void *file_buf = data_sp->GetBytes(); in LoadAllocation() local 2458 if (file_buf == nullptr || in LoadAllocation() 2466 static_cast<AllocationDetails::FileHeader *>(file_buf); in LoadAllocation() 2478 memcpy(&root_el_hdr, static_cast<uint8_t *>(file_buf) + in LoadAllocation() 2530 file_buf = static_cast<uint8_t *>(file_buf) + file_header->hdr_size; in LoadAllocation() 2550 size_t written = GetProcess()->WriteMemory(alloc_data, file_buf, size, err); in LoadAllocation()
|