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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.h36 const char *module_name, uptr module_offset);
H A Dsanitizer_symbolizer_posix_libcdep.cc102 uptr module_offset) {
123 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { argument
126 if (char *res = SendCommandImpl(is_data, module_name, module_offset))
147 uptr module_offset) {
152 module_offset))
285 uptr module_offset) const {
313 // <module_name> <module_offset>
327 const char *module_name, uptr module_offset) const {
329 is_data ? "DATA " : "", module_name, module_offset);
362 const char *module_name, uptr module_offset) cons
101 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
146 SendCommandImpl(bool is_data, const char *module_name, uptr module_offset) argument
396 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
448 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
491 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
515 uptr module_offset; local
584 uptr module_offset = addr - module->base_address(); local
648 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
695 FindModuleNameAndOffsetForAddress(uptr address, const char **module_name, uptr *module_offset) argument
[all...]
H A Dsanitizer_symbolizer.h32 uptr module_offset; member in struct:__sanitizer::AddressInfo
60 module_offset = mod_offset;
67 uptr module_offset; member in struct:__sanitizer::DataInfo
H A Dsanitizer_symbolizer_libbacktrace.cc91 uptr module_offset; member in struct:__sanitizer::__anon19632::SymbolizeCodeData
103 cdata->module_offset);
121 cdata->module_offset);
154 uptr module_offset) {
160 data.module_offset = module_offset;
185 uptr module_offset) {
151 SymbolizeCode(uptr addr, AddressInfo *frames, uptr max_frames, const char *module_name, uptr module_offset) argument
H A Dsanitizer_stacktrace_libcdep.cc63 PrintModuleAndOffset(&frame_desc, info.module, info.module_offset);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cc50 ent->offset = info.module_offset;
142 ent->offset = info.module_offset;
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc74 return ModuleLocation(Info.module, Info.module_offset);
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc467 uptr module_offset; local
469 &module_offset) &&

Completed in 566 milliseconds