Home
last modified time | relevance | path

Searched refs:DT_LOOS (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Delf.h168 #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)
/bionic/tools/relocation_packer/src/
Delf_file.cc31 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;
/bionic/libc/kernel/uapi/linux/
Delf.h100 #define DT_LOOS 0x6000000d macro