Home
last modified time | relevance | path

Searched refs:module_offset (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp88 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 Dsanitizer_symbolizer.h33 uptr module_offset; member
68 uptr module_offset; member
100 uptr module_offset; member
179 uptr *module_offset,
H A Dsanitizer_symbolizer_posix_libcdep.cpp274 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 Dsanitizer_stacktrace_printer.cpp141 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 Dsanitizer_symbolizer_internal.h146 const char *module_name, uptr module_offset,
H A Dsanitizer_symbolizer.cpp38 module_offset = mod_offset; in FillModuleInfo()
H A Dsanitizer_symbolizer_libbacktrace.cpp97 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 Dtsan_report.cpp194 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 Dtsan_go.cpp67 info.module_offset = cbctx.off; in SymbolizeCode()
/freebsd-13.1/sys/dev/ixl/
H A Di40e_nvm.c381 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 Di40e_prototype.h475 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 Dubsan_diag.cpp169 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()