Searched refs:DT_LOOS (Results 1 – 3 of 3) sorted by relevance
168 #define DT_ANDROID_REL (DT_LOOS + 2)169 #define DT_ANDROID_RELSZ (DT_LOOS + 3)171 #define DT_ANDROID_RELA (DT_LOOS + 4)172 #define DT_ANDROID_RELASZ (DT_LOOS + 5)
31 static constexpr int32_t DT_ANDROID_REL = DT_LOOS + 2;32 static constexpr int32_t DT_ANDROID_RELSZ = DT_LOOS + 3;34 static constexpr int32_t DT_ANDROID_RELA = DT_LOOS + 4;35 static constexpr int32_t DT_ANDROID_RELASZ = DT_LOOS + 5;
100 #define DT_LOOS 0x6000000d macro