Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h173 #define DT_ANDROID_RELA (DT_LOOS + 4) macro
/bionic/tools/relocation_packer/src/
Delf_file.cc34 static constexpr int32_t DT_ANDROID_RELA = DT_LOOS + 4; variable
539 tag == DT_ANDROID_RELA); in AdjustDynamicSectionForHole()
804 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA; in PackTypedRelocations()
920 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA, in UnpackTypedRelocations()
/bionic/tests/
Ddlfcn_test.cpp1268 #define DT_ANDROID_RELA (llvm::ELF::DT_LOOS + 4) macro
1284 } else if (d->d_tag == DT_ANDROID_REL || d->d_tag == DT_ANDROID_RELA) {
/bionic/linker/
Dlinker.cpp2973 case DT_ANDROID_RELA: in prelink_image()
3032 case DT_ANDROID_RELA: in prelink_image()