Home
last modified time | relevance | path

Searched refs:mod_offset (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.cc36 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset) { in FillModuleInfo() argument
38 module_offset = mod_offset; in FillModuleInfo()
Dsanitizer_symbolizer.h46 void FillModuleInfo(const char *mod_name, uptr mod_offset);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.cpp35 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument
38 module_offset = mod_offset; in FillModuleInfo()
Dsanitizer_symbolizer.h47 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);