Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h168 #define DT_ANDROID_REL (DT_LOOS + 2) macro
/bionic/tools/relocation_packer/src/
Delf_file.cc31 static constexpr int32_t DT_ANDROID_REL = DT_LOOS + 2; variable