Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2144 void *libHandle; in getInfoFromTBTable() local
2150 libHandle = dlopen(libcxxabi, RTLD_MEMBER | RTLD_NOW); in getInfoFromTBTable()
2151 if (libHandle == NULL) { in getInfoFromTBTable()
2157 dlsym(libHandle, "__xlcxx_personality_v0")); in getInfoFromTBTable()
2162 dlclose(libHandle); in getInfoFromTBTable()