Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc31 static constexpr int32_t DT_ANDROID_REL = DT_LOOS + 2; variable
536 tag == DT_ANDROID_REL|| in AdjustDynamicSectionForHole()
807 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA; in PackTypedRelocations()
928 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA, in UnpackTypedRelocations()
/bionic/libc/include/
Delf.h257 #define DT_ANDROID_REL (DT_LOOS + 2) macro
/bionic/tests/
Ddlfcn_test.cpp1437 #define DT_ANDROID_REL (llvm::ELF::DT_LOOS + 2) macro
1455 } else if (d->d_tag == DT_ANDROID_REL || d->d_tag == DT_ANDROID_RELA) { in validate_compatibility_of_native_library()
/bionic/linker/
Dlinker.cpp3211 case DT_ANDROID_REL: in prelink_image()
3254 case DT_ANDROID_REL: in prelink_image()