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