Searched refs:module_address (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h124 uptr *module_address);
H A Dsanitizer_symbolizer_markup.cpp53 uptr *module_address) {
52 GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, uptr *module_address) argument
H A Dsanitizer_symbolizer_libcdep.cpp142 uptr *module_address) {
147 module_address, &arch))
141 GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, uptr *module_address) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp285 uptr module_address; local
288 &module_address)) {
302 module_name, module_address);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2980 Address module_address; variable
2981 if (module_address.SetLoadAddress(m_options.m_module_addr, target)) {
2982 ModuleSP module_sp(module_address.GetModule());

Completed in 83 milliseconds