Home
last modified time | relevance | path

Searched refs:DT_ANDROID_REL (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/include/
H A Delf.h552 #define DT_ANDROID_REL 0x6000000f // DT_LOOS + 2 macro
/aosp12/bionic/tests/
H A Ddlfcn_test.cpp1550 #define DT_ANDROID_REL (DT_LOOS + 2) macro
1568 } else if (d->d_tag == DT_ANDROID_REL || d->d_tag == DT_ANDROID_RELA) { in validate_compatibility_of_native_library()
/aosp12/bionic/linker/
H A Dlinker.cpp2931 case DT_ANDROID_REL: in prelink_image()
2974 case DT_ANDROID_REL: in prelink_image()
/aosp12/bionic/tests/libs/
H A DAndroid.bp1571 // This is the old relocation packer encoding (DT_ANDROID_REL/DT_ANDROID_RELA).