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

/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2445 const void *file_buf = data_sp->GetBytes(); local
2446 if (file_buf == nullptr ||
2454 static_cast<const AllocationDetails::FileHeader *>(file_buf);
2467 static_cast<const uint8_t *>(file_buf) +
2519 file_buf = static_cast<const uint8_t *>(file_buf) + file_header->hdr_size;
2539 size_t written = GetProcess()->WriteMemory(alloc_data, file_buf, size, err);
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c15131 static struct file_buf {
15149 typedef struct file_buf FILE_BUF;
15127 static struct file_buf { struct

Completed in 104 milliseconds