Home
last modified time | relevance | path

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

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