| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_libcdep.cpp | 105 uptr module_offset; in SymbolizeData() local 112 info->module_offset = module_offset; in SymbolizeData() 127 addr, &module_name, &info->module_offset, &info->module_arch)) in SymbolizeFrame() 173 uptr *module_offset, in FindModuleNameAndOffsetForAddress() argument 179 *module_offset = address - module->base_address(); in FindModuleNameAndOffsetForAddress() 414 "CODE", info->module, info->module_offset, info->module_arch); in SymbolizePC() 423 "DATA", info->module, info->module_offset, info->module_arch); in SymbolizeData() 427 info->start += (addr - info->module_offset); // Add the base address. in SymbolizeData() 433 "FRAME", info->module, info->module_offset, info->module_arch); in SymbolizeFrame() 442 uptr module_offset, in 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() 72 uptr module_offset; member 104 uptr module_offset; member 183 uptr *module_offset,
|
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 278 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC() 290 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() argument 307 module_offset, dummy_address_); in SendCommand() 352 stack->info.module, stack->info.module_offset, buffer_, kBufferSize); in SymbolizePC() 359 bool result = __sanitizer_symbolize_data(info->module, info->module_offset, in SymbolizeData() 363 info->start += (addr - info->module_offset); // Add the base address. in SymbolizeData()
|
| H A D | sanitizer_stacktrace_printer.cpp | 154 buffer->append("0x%zx", info->module_offset); in RenderFrame() 198 RenderModuleLocation(buffer, info->module, info->module_offset, in RenderFrame() 213 info->module_offset, info->module_arch, ""); in RenderFrame()
|
| H A D | sanitizer_symbolizer.cpp | 40 module_offset = mod_offset; in FillModuleInfo() 47 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()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stacktrace_printer_test.cpp | 73 info.module_offset = 0x200; in TEST() 105 info.module_offset = 0x200; in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_report.cpp | 178 StripModuleName(global.module), global.module_offset); in PrintLocation() 182 StripModuleName(global.module), global.module_offset); in PrintLocation() 398 info.line, info.module_offset); in PrintStack()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cpp | 178 StripModuleName(global.module), global.module_offset); in PrintLocation() 182 StripModuleName(global.module), global.module_offset); in PrintLocation() 395 info.line, info.module_offset); in PrintStack()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 63 info.module_offset = cbctx.off; in SymbolizeCode()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 167 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()
|