Searched refs:DT_NEEDED (Results 1 – 5 of 5) sorted by relevance
57 LD_PRELOAD libraries, the library itself, and its DT_NEEDED libraries63 the breadth-first transitive closure of the library and its DT_NEEDED76 to dlopen(3) (as opposed to being referenced by DT_NEEDED entries).100 tried to load both. This also applied to DT_NEEDED entries.102 Some apps have bad DT_NEEDED entries (usually absolute paths on the build142 System.loadLibrary, DT_NEEDED entries, and direct calls to dlopen(3)270 ## Invalid DT_NEEDED Entries (Enforced for API level >= 23)272 While library dependencies (DT_NEEDED entries in the ELF headers) can be275 DT_NEEDED entry should be the same as the needed library's SONAME,282 the DT_NEEDED exactly and so it won't be able to load the library if[all …]
59 #define DT_NEEDED 1 macro
394 if (d->d_tag == DT_NEEDED) { in for_each_dt_needed()
1200 if (d->d_tag == DT_NEEDED) { in for_each_dt_needed()3691 case DT_NEEDED: in prelink_image()
609 // (note: libdl_test_df_1_global above will be included in DT_NEEDED)