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.cc 92 // <module_name> <module_offset>
112 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
115 is_data ? "DATA " : "", module_name, module_offset);
200 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
203 if (symbolize_fn(module_name, module_offset, buffer_, kBufferSize))
219 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
235 uptr module_offset = addr - module->base_address(); local
236 const char *str = SendCommand(false, module_name, module_offset);
242 info->FillAddressAndModuleInfo(addr, module_name, module_offset);
256 info->FillAddressAndModuleInfo(addr, module_name, module_offset);
293 uptr module_offset = addr - module->base_address(); local
    [all...]

Completed in 22 milliseconds