Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h250 #define DT_ANDROID_REL 0x6000000f // DT_LOOS + 2 macro
/bionic/linker/
DAndroid.bp339 // DT_JMPREL, not DT_ANDROID_REL[A], which can also theoretically contain IRELATIVE
342 // future. So we explicitly prevent it from doing so by disabling DT_ANDROID_REL[A] when
Dlinker_main.cpp644 CHECK(tag != DT_ANDROID_REL && tag != DT_ANDROID_RELA); in relocate_linker()
Dlinker.cpp3000 case DT_ANDROID_REL: in prelink_image()
3043 case DT_ANDROID_REL: in prelink_image()
/bionic/tests/libs/
DAndroid.bp1675 // This is the old relocation packer encoding (DT_ANDROID_REL/DT_ANDROID_RELA).