HomeSort by relevance Sort by last modified time
    Searched refs:DT_ANDROID_RELASZ (Results 1 - 3 of 3) 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...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 217 milliseconds