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

  /bionic/libc/include/
elf.h 170 #define DT_ANDROID_REL (DT_LOOS + 2)
  /bionic/tests/
dlfcn_test.cpp     [all...]
  /bionic/tools/relocation_packer/src/
elf_file.cc 31 static constexpr int32_t DT_ANDROID_REL = DT_LOOS + 2;
538 tag == DT_ANDROID_REL||
804 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA;
    [all...]

Completed in 96 milliseconds