Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc78 uptr module_offset; in SymbolizePC() local
81 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset, in SymbolizePC()
85 res->info.FillModuleInfo(module_name, module_offset, arch); in SymbolizePC()
98 uptr module_offset; in SymbolizeData() local
100 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset, in SymbolizeData()
105 info->module_offset = module_offset; in SymbolizeData()
150 uptr *module_offset, in FindModuleNameAndOffsetForAddress() argument
156 *module_offset = address - module->base_address(); in FindModuleNameAndOffsetForAddress()
314 cur->info.FillModuleInfo(res->info.module, res->info.module_offset, in ParseSymbolizePCOutput()
363 info->start += (addr - info->module_offset); // Add the base address. in SymbolizeData()
[all …]
H A Dsanitizer_symbolizer.h33 uptr module_offset; member
68 uptr module_offset; member
152 uptr *module_offset,
H A Dsanitizer_symbolizer_posix_libcdep.cc324 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC()
336 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() argument
353 module_offset, dummy_address_); in SendCommand()
392 stack->info.module, stack->info.module_offset, buffer_, kBufferSize); in SymbolizePC()
398 bool result = __sanitizer_symbolize_data(info->module, info->module_offset, in SymbolizeData()
402 info->start += (addr - info->module_offset); // Add the base address. in SymbolizeData()
H A Dsanitizer_stacktrace_printer.cc136 buffer->append("0x%zx", info.module_offset); in RenderFrame()
179 RenderModuleLocation(buffer, info.module, info.module_offset, in RenderFrame()
192 info.module_offset, info.module_arch, ""); in RenderFrame()
H A Dsanitizer_symbolizer_internal.h129 uptr module_offset, ModuleArch arch);
H A Dsanitizer_symbolizer.cc39 module_offset = mod_offset; in FillModuleInfo()
H A Dsanitizer_symbolizer_libbacktrace.cc98 info->FillModuleInfo(first->info.module, first->info.module_offset, in get_new_frame()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc194 StripModuleName(global.module), global.module_offset); in PrintLocation()
198 global.module_offset); in PrintLocation()
408 info.line, (void *)info.module_offset); in PrintStack()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc65 info.module_offset = cbctx.off; in SymbolizeCode()
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc162 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()