/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer.cc | 92 // <module_name> <module_offset> 112 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { 115 is_data ? "DATA " : "", module_name, module_offset); 200 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { 203 if (symbolize_fn(module_name, module_offset, buffer_, kBufferSize)) 219 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { 235 uptr module_offset = addr - module->base_address(); local 236 const char *str = SendCommand(false, module_name, module_offset); 242 info->FillAddressAndModuleInfo(addr, module_name, module_offset); 256 info->FillAddressAndModuleInfo(addr, module_name, module_offset); 293 uptr module_offset = addr - module->base_address(); local [all...] |
sanitizer_symbolizer.h | 36 uptr module_offset; member in struct:__sanitizer::AddressInfo 52 module_offset = mod_offset; 59 uptr module_offset; member in struct:__sanitizer::DataInfo
|
sanitizer_stacktrace.cc | 102 PrintModuleAndOffset(info.module, info.module_offset,
|
/external/v8/tools/ |
js2c.py | 320 module_offset = 0 334 debugger_ids.append((id, raw_length, module_offset)) 336 ids.append((id, raw_length, module_offset)) 338 module_offset += raw_length 339 total_length = raw_total_length = module_offset 357 for (id, raw_length, module_offset) in debugger_ids + ids: 361 'offset': module_offset,
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_symbolize.cc | 62 ent->offset = info.module_offset; 111 ent->offset = info.module_offset;
|
/external/compiler-rt/lib/ubsan/ |
ubsan_diag.cc | 35 return ModuleLocation(Info.module, Info.module_offset);
|