Lines Matching refs:load
25 * At the affected API level and above, we’ll refuse to load the library.
45 to topologically sort your libraries and load them in reverse order.
60 With API 22, load order switched from depth-first to breadth-first to
115 tried to load both. This also applied to DT_NEEDED entries.
119 but the basename. These apps will fail to load on API level 23 and above.
140 that you want to load directly from your APK must be page aligned
154 applications are no longer able to load non-NDK platform libraries. The
156 are not accessible regardless of the way code tries to load them:
199 load private libraries, preventing the application from loading.
240 modified. Such an approach reduces load time and improves security.
275 (API 19), but on API 23 and above it refuses to load code with text
297 the DT_NEEDED exactly and so it won't be able to load the library if
314 used, but starting from API 23 the Android runtime will try to load the
320 only. It is better to let the runtime linker to find and load those
353 that is built with a target API level >= 23 therefore will not load on earlier