Searched refs:module_offset (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_libcdep.cc | 78 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 D | sanitizer_symbolizer.h | 33 uptr module_offset; member 68 uptr module_offset; member 152 uptr *module_offset,
|
| H A D | sanitizer_symbolizer_posix_libcdep.cc | 324 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 D | sanitizer_stacktrace_printer.cc | 136 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 D | sanitizer_symbolizer_internal.h | 129 uptr module_offset, ModuleArch arch);
|
| H A D | sanitizer_symbolizer.cc | 39 module_offset = mod_offset; in FillModuleInfo()
|
| H A D | sanitizer_symbolizer_libbacktrace.cc | 98 info->FillModuleInfo(first->info.module, first->info.module_offset, in get_new_frame()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cc | 194 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 D | tsan_go.cc | 65 info.module_offset = cbctx.off; in SymbolizeCode()
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cc | 162 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()
|