Searched refs:module_offset (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc93 // <module_name> <module_offset>
113 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { argument
116 is_data ? "DATA " : "", module_name, module_offset);
211 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { argument
214 if (symbolize_fn(module_name, module_offset, buffer_, kBufferSize))
254 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { argument
274 uptr module_offset = addr - module->base_address(); local
275 const char *str = SendCommand(false, module_name, module_offset);
281 info->FillAddressAndModuleInfo(addr, module_name, module_offset);
295 info->FillAddressAndModuleInfo(addr, module_name, module_offset);
332 uptr module_offset = addr - module->base_address(); local
377 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
[all...]
H A Dsanitizer_symbolizer.h36 uptr module_offset; member in struct:__sanitizer::AddressInfo
52 module_offset = mod_offset;
59 uptr module_offset; member in struct:__sanitizer::DataInfo
H A Dsanitizer_stacktrace.cc103 PrintModuleAndOffset(info.module, info.module_offset,
/external/v8/tools/
H A Djs2c.py320 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/
H A Dtsan_symbolize.cc62 ent->offset = info.module_offset;
111 ent->offset = info.module_offset;
/external/chromium_org/v8/tools/
H A Djs2c.py354 module_offset = 0
370 debugger_ids.append((id, raw_length, module_offset))
372 ids.append((id, raw_length, module_offset))
374 module_offset += raw_length
375 total_length = raw_total_length = module_offset
393 for (id, raw_length, module_offset) in debugger_ids + ids:
397 'offset': module_offset,
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc35 return ModuleLocation(Info.module, Info.module_offset);

Completed in 113 milliseconds