Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h552 #define DT_ANDROID_REL 0x6000000f // DT_LOOS + 2 macro
/bionic/tests/
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()
/bionic/linker/
Dlinker.cpp2934 case DT_ANDROID_REL: in prelink_image()
2977 case DT_ANDROID_REL: in prelink_image()
/bionic/tests/libs/
DAndroid.bp1548 // This is the old relocation packer encoding (DT_ANDROID_REL/DT_ANDROID_RELA).