Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_supp.cc32 #define DEFINE_DLFUNC_PTR(CLASS, DLFUNC) decltype(DLFUNC)* CLASS::g_##DLFUNC = DLFUNC argument
34 #define DEFINE_DLFUNC_PTR(CLASS, DLFUNC) decltype(DLFUNC)* CLASS::g_##DLFUNC = nullptr
62 #define SET_DLFUNC_PTR(CLASS, DLFUNC) \ in LoadLibdexfileExternal()
64 CLASS::g_##DLFUNC = reinterpret_cast<decltype(DLFUNC)*>(dlsym(handle, #DLFUNC)); \ in LoadLibdexfileExternal()
65 LOG_ALWAYS_FATAL_IF(CLASS::g_##DLFUNC == nullptr, \ in LoadLibdexfileExternal()
67 #DLFUNC, \ in LoadLibdexfileExternal()