Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h252 #define DT_ANDROID_RELA 0x60000011 // DT_LOOS + 4 macro
/bionic/linker/
Dlinker_main.cpp644 CHECK(tag != DT_ANDROID_REL && tag != DT_ANDROID_RELA); in relocate_linker()
Dlinker.cpp2992 case DT_ANDROID_RELA: in prelink_image()
3051 case DT_ANDROID_RELA: in prelink_image()
/bionic/tests/libs/
DAndroid.bp1675 // This is the old relocation packer encoding (DT_ANDROID_REL/DT_ANDROID_RELA).