Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h554 #define DT_ANDROID_RELA 0x60000011 // DT_LOOS + 4 macro
/bionic/tests/
Ddlfcn_test.cpp1551 #define DT_ANDROID_RELA (DT_LOOS + 4) 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.cpp2926 case DT_ANDROID_RELA: in prelink_image()
2985 case DT_ANDROID_RELA: in prelink_image()
/bionic/tests/libs/
DAndroid.bp1548 // This is the old relocation packer encoding (DT_ANDROID_REL/DT_ANDROID_RELA).