Home
last modified time | relevance | path

Searched defs:dlopen (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp427 INTERCEPTOR(void*, dlopen, const char *filename, int flag) { in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp219 void *ELFNixPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { dlopen() function in __anon141acc330111::ELFNixPlatformRuntimeState
H A Dcoff_platform.cpp252 void *COFFPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { dlopen() function in COFFPlatformRuntimeState
H A Dmacho_platform.cpp774 void *MachOPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { dlopen() function in __anoncbb4fc950411::MachOPlatformRuntimeState
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3210 TEST(MemorySanitizer, dlopen) { in TEST() argument