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

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.h34 const char *module_name, uptr module_offset);
H A Dsanitizer_symbolizer_posix_libcdep.cc100 uptr module_offset) {
121 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { argument
124 if (char *res = SendCommandImpl(is_data, module_name, module_offset))
145 uptr module_offset) {
150 module_offset))
283 uptr module_offset) const {
311 // <module_name> <module_offset>
325 const char *module_name, uptr module_offset) const {
327 is_data ? "DATA " : "", module_name, module_offset);
367 const char *module_name, uptr module_offset) cons
99 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
144 SendCommandImpl(bool is_data, const char *module_name, uptr module_offset) argument
401 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
453 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
496 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
520 uptr module_offset; local
589 uptr module_offset = addr - module->base_address(); local
652 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
699 FindModuleNameAndOffsetForAddress(uptr address, const char **module_name, uptr *module_offset) argument
[all...]
H A Dsanitizer_symbolizer.h30 uptr module_offset; member in struct:__sanitizer::AddressInfo
58 module_offset = mod_offset;
65 uptr module_offset; member in struct:__sanitizer::DataInfo
H A Dsanitizer_symbolizer_libbacktrace.cc89 uptr module_offset; member in struct:__sanitizer::__anon2237::SymbolizeCodeData
101 cdata->module_offset);
119 cdata->module_offset);
152 uptr module_offset) {
158 data.module_offset = module_offset;
183 uptr module_offset) {
149 SymbolizeCode(uptr addr, AddressInfo *frames, uptr max_frames, const char *module_name, uptr module_offset) argument
H A Dsanitizer_stacktrace_printer.cc52 buffer->append("0x%zx", info.module_offset);
92 RenderModuleLocation(buffer, info.module, info.module_offset,
102 (void *)info.module_offset);
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_report.cc168 StripModuleName(global.module), global.module_offset);
346 (void *)info.module_offset);
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc462 uptr module_offset; local
464 ->GetModuleNameAndOffsetForPC(addr, &module_name, &module_offset) &&
/haiku-buildtools/gcc/libsanitizer/ubsan/
H A Dubsan_diag.cc89 return ModuleLocation(Info.module, Info.module_offset);

Completed in 109 milliseconds