Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/android/
H A Ddlext.h101 ANDROID_DLEXT_FORCE_LOAD = 0x40, enumerator
147 ANDROID_DLEXT_FORCE_LOAD |
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp279 extinfo.flags = ANDROID_DLEXT_USE_LIBRARY_FD | ANDROID_DLEXT_FORCE_LOAD; in loadAsCopy()
/aosp12/bionic/tests/
H A Ddlext_test.cpp204 extinfo.flags = ANDROID_DLEXT_FORCE_LOAD; in TEST()
222 extinfo.flags = ANDROID_DLEXT_FORCE_LOAD; in TEST()
/aosp12/art/runtime/
H A Doat_file.cc1235 extinfo.flags = ANDROID_DLEXT_FORCE_LOAD; // Force-load, don't reuse handle in Dlopen()
/aosp12/bionic/linker/
H A Dlinker.cpp1164 if (extinfo == nullptr || (extinfo->flags & ANDROID_DLEXT_FORCE_LOAD) == 0) { in load_library()