/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_libcdep.cpp | 105 uptr module_offset; in SymbolizeData() local 107 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset, in SymbolizeData() 112 info->module_offset = module_offset; in SymbolizeData() 127 addr, &module_name, &info->module_offset, &info->module_arch)) in SymbolizeFrame() 176 uptr *module_offset, in FindModuleNameAndOffsetForAddress() 182 *module_offset = address - module->base_address(); in FindModuleNameAndOffsetForAddress() 239 // <module_name> <module_offset> in LLVMSymbolizerProcess() 355 cur->info.FillModuleInfo(res->info.module, res->info.module_offset, in ParseSymbolizePCOutput() 426 "CODE", info->module, info->module_offset, inf in SymbolizeData() 173 FindModuleNameAndOffsetForAddress(uptr address,const char ** module_name,uptr * module_offset,ModuleArch * module_arch) FindModuleNameAndOffsetForAddress() argument 444 FormatAndSendCommand(const char * command_prefix,const char * module_name,uptr module_offset,ModuleArch arch) FormatAndSendCommand() argument [all...] |
H A D | sanitizer_symbolizer.h | 33 uptr module_offset; member 51 uptr module_base() const { return address - module_offset; } in module_base() 92 uptr module_offset; 124 uptr module_offset; 205 uptr *module_offset, 72 uptr module_offset; global() member 104 uptr module_offset; global() member
|
H A D | sanitizer_symbolizer_posix_libcdep.cpp | 279 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC() 291 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() 308 module_offset, dummy_address_); in SendCommand() 356 stack->info.module, stack->info.module_offset, buffer_, sizeof(buffer_)); in SymbolizePC() 363 bool result = __sanitizer_symbolize_data(info->module, info->module_offset, in SymbolizeData() 367 info->start += (addr - info->module_offset); // Add the base address. 373 bool result = __sanitizer_symbolize_frame(info->module, info->module_offset, in Demangle() 290 SendCommand(const char * module_name,uptr module_offset) SendCommand() argument
|
H A D | sanitizer_stacktrace_printer.cpp | 201 buffer->AppendF("0x%zx", info->module_offset); in RenderFrame() 245 RenderModuleLocation(buffer, info->module, info->module_offset, in RenderFrame() 262 info->module_offset, info->module_arch, ""); in RenderFrame()
|
H A D | sanitizer_symbolizer.cpp | 42 module_offset = mod_offset; in FillModuleInfo() 49 module_offset = address - mod.base_address(); in FillModuleInfo()
|
H A D | sanitizer_symbolizer_internal.h | 141 const char *module_name, uptr module_offset,
|
H A D | sanitizer_symbolizer_libbacktrace.cpp | 97 info->FillModuleInfo(first->info.module, first->info.module_offset, in get_new_frame()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.cpp | 174 StripModuleName(global.module), global.module_offset); in PrintLocation() 178 StripModuleName(global.module), global.module_offset); in PrintLocation() 377 info.line, info.module_offset);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | tsan_go.cpp | 63 info.module_offset = cbctx.off; in SymbolizeCode()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_nvm.c | 380 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset, in i40e_read_nvm_module_data() argument 417 status = i40e_read_nvm_word(hw, ptr_value + module_offset, in i40e_read_nvm_module_data() 426 offset = ptr_value + module_offset + specific_ptr + in i40e_read_nvm_module_data()
|
H A D | i40e_prototype.h | 474 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 170 Buffer, Info.module, Info.module_offset, Info.module_arch, in RenderLocation()
|