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

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

Completed in 201 milliseconds