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.hpp2225 void *libHandle; in getInfoFromTBTable() local
2231 libHandle = dlopen(libcxxabi, RTLD_MEMBER | RTLD_NOW); in getInfoFromTBTable()
2232 if (libHandle == NULL) { in getInfoFromTBTable()
2237 dlsym(libHandle, "__xlcxx_personality_v0")); in getInfoFromTBTable()
2240 dlclose(libHandle); in getInfoFromTBTable()