Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_loader/
Dlinker_callbacks.cc81 .dlopen_ext_fn_ = uninitialized_dlopen_ext,
110 auto handle = linker_callbacks_.dlopen_ext_fn_(libpath, flags, extinfo, caller_addr_); in DlOpenExt()
230 &linker_callbacks->dlopen_ext_fn_, in InitializeLinkerCallbacks()
/frameworks/libs/binary_translation/guest_loader/include/berberis/guest_loader/
Dguest_loader.h76 android_dlopen_ext_fn_t dlopen_ext_fn_ = nullptr; member