Searched defs:dlopen (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/lib/cfi/ | ||
H A D | cfi.cpp | 427 INTERCEPTOR(void*, dlopen, const char *filename, int flag) { in INTERCEPTOR() argument |
/llvm-project/compiler-rt/lib/orc/ | ||
H A D | elfnix_platform.cpp | 219 void *ELFNixPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { dlopen() function in __anon141acc330111::ELFNixPlatformRuntimeState |
H A D | coff_platform.cpp | 252 void *COFFPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { dlopen() function in COFFPlatformRuntimeState |
H A D | macho_platform.cpp | 774 void *MachOPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { dlopen() function in __anoncbb4fc950411::MachOPlatformRuntimeState |
/llvm-project/compiler-rt/lib/msan/tests/ | ||
H A D | msan_test.cpp | 3210 TEST(MemorySanitizer, dlopen) { in TEST() argument |