Home
last modified time | relevance | path

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

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