/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_libcdep.cc | 66 uptr module_offset; local 68 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset)) 71 res->info.FillModuleInfo(module_name, module_offset); 84 uptr module_offset; local 85 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset)) 89 info->module_offset = module_offset; 137 uptr *module_offset) { 142 *module_offset = address - module->base_address(); 181 // <module_name> <module_offset> [all...] |
sanitizer_symbolizer.h | 33 uptr module_offset; member in struct:__sanitizer::AddressInfo 67 uptr module_offset; member in struct:__sanitizer::DataInfo 146 uptr *module_offset);
|
sanitizer_stacktrace_printer.cc | 55 buffer->append("0x%zx", info.module_offset); 95 RenderModuleLocation(buffer, info.module, info.module_offset, 107 (void *)info.module_offset);
|
sanitizer_symbolizer_posix_libcdep.cc | 284 SendCommand(stack->info.module, stack->info.module_offset)) { 296 const char *SendCommand(const char *module_name, uptr module_offset) { 313 module_offset, dummy_address_); 352 stack->info.module, stack->info.module_offset, buffer_, kBufferSize); 358 bool result = __sanitizer_symbolize_data(info->module, info->module_offset, 362 info->start += (addr - info->module_offset); // Add the base address.
|
sanitizer_symbolizer.cc | 38 module_offset = mod_offset;
|
sanitizer_symbolizer_internal.h | 128 uptr module_offset);
|
sanitizer_symbolizer_libbacktrace.cc | 98 info->FillModuleInfo(first->info.module, first->info.module_offset);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stacktrace_printer_test.cc | 69 info.module_offset = 0x200; 100 info.module_offset = 0x200;
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_report.cc | 179 StripModuleName(global.module), global.module_offset); 183 global.module_offset); 378 info.line, (void *)info.module_offset);
|
/external/compiler-rt/lib/tsan/go/ |
tsan_go.cc | 65 info.module_offset = cbctx.off;
|
/external/compiler-rt/lib/ubsan/ |
ubsan_diag.cc | 159 RenderModuleLocation(Buffer, Info.module, Info.module_offset,
|