HomeSort by relevance Sort by last modified time
    Searched defs:DT_ANDROID_RELASZ (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/
elf.h 172 #define DT_ANDROID_RELASZ (DT_LOOS + 5)
  /bionic/tools/relocation_packer/src/
elf_file.cc 35 static constexpr int32_t DT_ANDROID_RELASZ = DT_LOOS + 5;
549 if (tag == DT_RELSZ || tag == DT_RELASZ || tag == DT_ANDROID_RELSZ || tag == DT_ANDROID_RELASZ) {
810 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ;
    [all...]

Completed in 617 milliseconds