Home
last modified time | relevance | path

Searched defs:DT_ANDROID_RELA (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Delf.h171 #define DT_ANDROID_RELA (DT_LOOS + 4) macro
/bionic/tools/relocation_packer/src/
Delf_file.cc34 static constexpr int32_t DT_ANDROID_RELA = DT_LOOS + 4; variable