Home
last modified time | relevance | path

Searched refs:DstModule (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers_cxx.cc147 const char *DstModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Vtable); in __ubsan_handle_cfi_bad_type() local
148 if (!DstModule) in __ubsan_handle_cfi_bad_type()
149 DstModule = "(unknown)"; in __ubsan_handle_cfi_bad_type()
155 if (internal_strcmp(SrcModule, DstModule)) in __ubsan_handle_cfi_bad_type()
157 << SrcModule << DstModule; in __ubsan_handle_cfi_bad_type()
H A Dubsan_handlers.cc731 const char *DstModule = FLoc.get()->info.module; in handleCFIBadIcall() local
732 if (!DstModule) in handleCFIBadIcall()
733 DstModule = "(unknown)"; in handleCFIBadIcall()
739 if (internal_strcmp(SrcModule, DstModule)) in handleCFIBadIcall()
742 << SrcModule << DstModule; in handleCFIBadIcall()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers_cxx.cc148 const char *DstModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Vtable); in __ubsan_handle_cfi_bad_type() local
149 if (!DstModule) in __ubsan_handle_cfi_bad_type()
150 DstModule = "(unknown)"; in __ubsan_handle_cfi_bad_type()
156 if (internal_strcmp(SrcModule, DstModule)) in __ubsan_handle_cfi_bad_type()
158 << SrcModule << DstModule; in __ubsan_handle_cfi_bad_type()
H A Dubsan_handlers.cc741 const char *DstModule = FLoc.get()->info.module; in handleCFIBadIcall() local
742 if (!DstModule) in handleCFIBadIcall()
743 DstModule = "(unknown)"; in handleCFIBadIcall()
749 if (internal_strcmp(SrcModule, DstModule)) in handleCFIBadIcall()
752 << SrcModule << DstModule; in handleCFIBadIcall()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers_cxx.cpp147 const char *DstModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Vtable); in __ubsan_handle_cfi_bad_type() local
148 if (!DstModule) in __ubsan_handle_cfi_bad_type()
149 DstModule = "(unknown)"; in __ubsan_handle_cfi_bad_type()
155 if (internal_strcmp(SrcModule, DstModule)) in __ubsan_handle_cfi_bad_type()
157 << SrcModule << DstModule; in __ubsan_handle_cfi_bad_type()
H A Dubsan_handlers.cpp854 const char *DstModule = FLoc.get()->info.module; in handleCFIBadIcall() local
855 if (!DstModule) in handleCFIBadIcall()
856 DstModule = "(unknown)"; in handleCFIBadIcall()
862 if (internal_strcmp(SrcModule, DstModule)) in handleCFIBadIcall()
865 << SrcModule << DstModule; in handleCFIBadIcall()