Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h174 #define DT_ANDROID_RELASZ (DT_LOOS + 5) macro
/bionic/tools/relocation_packer/src/
Delf_file.cc35 static constexpr int32_t DT_ANDROID_RELASZ = DT_LOOS + 5; variable