Searched refs:ANDROID_DLEXT_FORCE_LOAD (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/android/
H A Ddlext.h74 ANDROID_DLEXT_FORCE_LOAD = 0x40, enumerator in enum:__anon20
113 ANDROID_DLEXT_FORCE_LOAD |
/bionic/tests/
H A Ddlext_test.cpp209 extinfo.flags = ANDROID_DLEXT_FORCE_LOAD;
220 // when ANDROID_DLEXT_FORCE_LOAD flag is specified.
225 extinfo.flags = ANDROID_DLEXT_FORCE_LOAD;
/bionic/linker/
H A Dlinker.cpp1710 // file can have different names, unless ANDROID_DLEXT_FORCE_LOAD is set
1711 if (extinfo == nullptr || (extinfo->flags & ANDROID_DLEXT_FORCE_LOAD) == 0) {

Completed in 12 milliseconds