Lines Matching refs:DT_NEEDED
64 LD_PRELOAD libraries, the library itself, and its DT_NEEDED libraries
70 the breadth-first transitive closure of the library and its DT_NEEDED
91 to dlopen(3) (as opposed to being referenced by DT_NEEDED entries).
115 tried to load both. This also applied to DT_NEEDED entries.
117 Some apps have bad DT_NEEDED entries (usually absolute paths on the build
157 System.loadLibrary, DT_NEEDED entries, and direct calls to dlopen(3)
285 ## Invalid DT_NEEDED Entries (Enforced for API level >= 23)
287 While library dependencies (DT_NEEDED entries in the ELF headers) can be
290 DT_NEEDED entry should be the same as the needed library's SONAME,
297 the DT_NEEDED exactly and so it won't be able to load the library if
301 DT_NEEDED entries that point to a file on the build host, something that
313 *Potential problems*: before API 23 the DT_NEEDED entry's basename was
362 will be searched to resolve DT_NEEDED entries. The string `${ORIGIN}` will