HomeSort by relevance Sort by last modified time
    Searched refs:DT_ANDROID_RELA (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/
elf.h 171 #define DT_ANDROID_RELA (DT_LOOS + 4)
  /bionic/tools/relocation_packer/src/
elf_file.cc 34 static constexpr int32_t DT_ANDROID_RELA = DT_LOOS + 4;
539 tag == DT_ANDROID_RELA);
804 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA;
    [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 108 milliseconds