| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_libcdep.cpp | 88 uptr module_offset; in SymbolizePC() local 95 res->info.FillModuleInfo(module_name, module_offset, arch); in SymbolizePC() 108 uptr module_offset; in SymbolizeData() local 115 info->module_offset = module_offset; in SymbolizeData() 176 uptr *module_offset, in FindModuleNameAndOffsetForAddress() argument 182 *module_offset = address - module->base_address(); in FindModuleNameAndOffsetForAddress() 407 "CODE", info->module, info->module_offset, info->module_arch); in SymbolizePC() 416 "DATA", info->module, info->module_offset, info->module_arch); in SymbolizeData() 426 "FRAME", info->module, info->module_offset, info->module_arch); in SymbolizeFrame() 435 uptr module_offset, in FormatAndSendCommand() argument [all …]
|
| H A D | sanitizer_symbolizer.h | 33 uptr module_offset; member 68 uptr module_offset; member 100 uptr module_offset; member 179 uptr *module_offset,
|
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 274 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC() 286 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() argument 303 module_offset, dummy_address_); in SendCommand() 343 stack->info.module, stack->info.module_offset, buffer_, kBufferSize, in SymbolizePC() 350 bool result = __sanitizer_symbolize_data(info->module, info->module_offset, in SymbolizeData() 354 info->start += (addr - info->module_offset); // Add the base address. in SymbolizeData()
|
| H A D | sanitizer_stacktrace_printer.cpp | 141 buffer->append("0x%zx", info->module_offset); in RenderFrame() 182 RenderModuleLocation(buffer, info->module, info->module_offset, in RenderFrame() 195 info->module_offset, info->module_arch, ""); in RenderFrame()
|
| H A D | sanitizer_symbolizer_internal.h | 146 const char *module_name, uptr module_offset,
|
| H A D | sanitizer_symbolizer.cpp | 38 module_offset = mod_offset; in FillModuleInfo()
|
| H A D | sanitizer_symbolizer_libbacktrace.cpp | 97 info->FillModuleInfo(first->info.module, first->info.module_offset, in get_new_frame()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cpp | 194 StripModuleName(global.module), global.module_offset); in PrintLocation() 198 global.module_offset); in PrintLocation() 409 info.line, (void *)info.module_offset); in PrintStack()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 67 info.module_offset = cbctx.off; in SymbolizeCode()
|
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | i40e_nvm.c | 381 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset, in i40e_read_nvm_module_data() argument 418 status = i40e_read_nvm_word(hw, ptr_value + module_offset, in i40e_read_nvm_module_data() 427 offset = ptr_value + module_offset + specific_ptr + in i40e_read_nvm_module_data()
|
| H A D | i40e_prototype.h | 475 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset,
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 169 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()
|