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

  /external/compiler-rt/lib/sanitizer_common/
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_symbolizer_libcdep.cc 93 // <module_name> <module_offset>
113 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
116 is_data ? "DATA " : "", module_name, module_offset);
211 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
214 if (symbolize_fn(module_name, module_offset, buffer_, kBufferSize))
254 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
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
    [all...]

Completed in 72 milliseconds