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