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