Home
last modified time | relevance | path

Searched refs:DT_SONAME (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling.patch163 /* Now read the DT_NEEDED and DT_SONAME entries. */
168 - if (dyn_entry->d_tag == DT_NEEDED || dyn_entry->d_tag == DT_SONAME)
169 + if (read32(dyn_entry->d_tag, be) == DT_NEEDED || read32(dyn_entry->d_tag, be) == DT_SONAME)
184 - else if (dyn_entry->d_tag == DT_SONAME)
185 + else if (read32(dyn_entry->d_tag, be) == DT_SONAME)
308 /* Now read the DT_NEEDED and DT_SONAME entries. */
313 - if (dyn_entry->d_tag == DT_NEEDED || dyn_entry->d_tag == DT_SONAME)
314 + if (read64(dyn_entry->d_tag, be) == DT_NEEDED || read64(dyn_entry->d_tag, be) == DT_SONAME)
329 - else if (dyn_entry->d_tag == DT_SONAME)
330 + else if (read64(dyn_entry->d_tag, be) == DT_SONAME)
H A D32and64bit.patch174 + /* Now read the DT_NEEDED and DT_SONAME entries. */
178 + if (dyn_entry->d_tag == DT_NEEDED || dyn_entry->d_tag == DT_SONAME)
200 + else if (dyn_entry->d_tag == DT_SONAME)
209 + /* We reach this point only if the file doesn't contain a DT_SONAME
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0001-Remove-apparently-incorrect-usage-of-static.patch21 /* Walk through the dynamic section, look for the DT_SONAME entry. */
27 if (rdi(dyn->d_tag) == DT_SONAME) {
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h89 #define DT_SONAME 14 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h88 #define DT_SONAME 14 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h88 #define DT_SONAME 14 macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h482 #define DT_SONAME 14 /* string table offset of shared obj */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h392 #define DT_SONAME 14 /* String table offset of shared object macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h392 #define DT_SONAME 14 /* String table offset of shared object macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h392 #define DT_SONAME 14 /* String table offset of shared object macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h392 #define DT_SONAME 14 /* String table offset of shared object macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h864 #define DT_SONAME 14 /* Name of shared object */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h864 #define DT_SONAME 14 /* Name of shared object */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dld.info201 DT_SONAME specified in the library. If specified multiple times
255 DT_SONAME specified in the library. If specified multiple times
443 When creating an ELF shared object, set the internal DT_SONAME
445 shared object which has a DT_SONAME field, then when the executable
447 specified by the DT_SONAME field rather than the using the file
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dld.info201 DT_SONAME specified in the library. If specified multiple times
255 DT_SONAME specified in the library. If specified multiple times
443 When creating an ELF shared object, set the internal DT_SONAME
445 shared object which has a DT_SONAME field, then when the executable
447 specified by the DT_SONAME field rather than the using the file