Searched defs:DT_ANDROID_REL (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | elf.h | 168 #define DT_ANDROID_REL (DT_LOOS + 2) macro |
/bionic/tools/relocation_packer/src/ | ||
D | elf_file.cc | 31 static constexpr int32_t DT_ANDROID_REL = DT_LOOS + 2; variable |