HomeSort by relevance Sort by last modified time
    Searched refs:module_offset (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.h 36 const char *module_name, uptr module_offset);
sanitizer_symbolizer_posix_libcdep.cc 102 uptr module_offset) {
123 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
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) const
515 uptr module_offset; local
584 uptr module_offset = addr - module->base_address(); local
    [all...]
sanitizer_symbolizer.h 32 uptr module_offset; member in struct:__sanitizer::AddressInfo
60 module_offset = mod_offset;
67 uptr module_offset; member in struct:__sanitizer::DataInfo
sanitizer_symbolizer_libbacktrace.cc 91 uptr module_offset; member in struct:__sanitizer::__anon24250::SymbolizeCodeData
103 cdata->module_offset);
121 cdata->module_offset);
154 uptr module_offset) {
160 data.module_offset = module_offset;
185 uptr module_offset) {
sanitizer_stacktrace_libcdep.cc 63 PrintModuleAndOffset(&frame_desc, info.module, info.module_offset);
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize.cc 50 ent->offset = info.module_offset;
142 ent->offset = info.module_offset;
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 74 return ModuleLocation(Info.module, Info.module_offset);
  /external/compiler-rt/lib/lsan/
lsan_common.cc 467 uptr module_offset; local
469 &module_offset) &&

Completed in 362 milliseconds