Searched refs:thread_context (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 370 thread_context.p1_home = {}; in GetThreadContext_x86_64() 371 thread_context.context_flags = static_cast<uint32_t>( in GetThreadContext_x86_64() 384 thread_context.r8 = read_register_u64(reg_ctx, "r8"); in GetThreadContext_x86_64() 385 thread_context.r9 = read_register_u64(reg_ctx, "r9"); in GetThreadContext_x86_64() 394 thread_context.cs = read_register_u16(reg_ctx, "cs"); in GetThreadContext_x86_64() 395 thread_context.fs = read_register_u16(reg_ctx, "fs"); in GetThreadContext_x86_64() 396 thread_context.gs = read_register_u16(reg_ctx, "gs"); in GetThreadContext_x86_64() 397 thread_context.ss = read_register_u16(reg_ctx, "ss"); in GetThreadContext_x86_64() 399 return thread_context; in GetThreadContext_x86_64() 425 return thread_context; in GetThreadContext_ARM64() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_win.cpp | 61 CONTEXT *thread_context = reinterpret_cast<CONTEXT *>(buffer->data()); in GetRegistersAndSP() local 62 thread_context->ContextFlags = CONTEXT_ALL; in GetRegistersAndSP() 63 CHECK(GetThreadContext(threadHandles[index], thread_context)); in GetRegistersAndSP() 64 *sp = thread_context->SP_REG; in GetRegistersAndSP()
|
| /freebsd-14.2/lib/libomp/ |
| H A D | omp-tools.h | 1189 ompd_thread_context_t **thread_context); 1197 ompd_thread_context_t *thread_context, const char *symbol_name, 1202 ompd_thread_context_t *thread_context, const ompd_address_t *addr, 1207 ompd_thread_context_t *thread_context, const ompd_address_t *addr,
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 1189 ompd_thread_context_t **thread_context); 1197 ompd_thread_context_t *thread_context, const char *symbol_name, 1202 ompd_thread_context_t *thread_context, const ompd_address_t *addr, 1207 ompd_thread_context_t *thread_context, const ompd_address_t *addr,
|