Home
last modified time | relevance | path

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

/bionic/
Dandroid-changes-for-ndk-developers.md68 LD_PRELOAD libraries, the library itself, and its DT_NEEDED libraries
74 the breadth-first transitive closure of the library and its DT_NEEDED
95 to dlopen(3) (as opposed to being referenced by DT_NEEDED entries).
121 tried to load both. This also applied to DT_NEEDED entries.
123 Some apps have bad DT_NEEDED entries (usually absolute paths on the build
167 System.loadLibrary(), DT_NEEDED entries, and direct calls to dlopen(3)
281 ## Invalid DT_NEEDED Entries (Enforced for API level >= 23)
283 While library dependencies (DT_NEEDED entries in the ELF headers) can be
286 DT_NEEDED entry should be the same as the needed library's SONAME,
293 the DT_NEEDED exactly and so it won't be able to load the library if
[all …]
/bionic/libc/kernel/uapi/linux/
Delf.h50 #define DT_NEEDED 1 macro
/bionic/linker/
Dlinker_soinfo.h468 if (d->d_tag == DT_NEEDED) { in for_each_dt_needed()
Dlinker.cpp1103 if (d->d_tag == DT_NEEDED) { in for_each_dt_needed()
3149 case DT_NEEDED: in prelink_image()
/bionic/libc/include/bits/
Delf_common.h575 #define DT_NEEDED 1 /* String table offset of a needed shared macro
/bionic/tests/libs/
DAndroid.bp575 // This library cannot be loaded in isolated namespace because one of DT_NEEDED
1324 // (note: libdl_test_df_1_global above will be included in DT_NEEDED)