Home
last modified time | relevance | path

Searched refs:DT_ANDROID_REL (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Delf.h168 #define DT_ANDROID_REL (DT_LOOS + 2) macro
/bionic/tools/relocation_packer/src/
Delf_file.cc31 static constexpr int32_t DT_ANDROID_REL = DT_LOOS + 2; variable
465 tag == DT_ANDROID_REL|| in AdjustDynamicSectionForHole()
731 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA; in PackTypedRelocations()
847 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA, in UnpackTypedRelocations()
/bionic/linker/
Dlinker.cpp2649 case DT_ANDROID_REL: in prelink_image()
2692 case DT_ANDROID_REL: in prelink_image()