Searched refs:DT_ANDROID_RELA (Results 1 – 4 of 4) sorted by relevance
173 #define DT_ANDROID_RELA (DT_LOOS + 4) macro
34 static constexpr int32_t DT_ANDROID_RELA = DT_LOOS + 4; variable539 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()
1268 #define DT_ANDROID_RELA (llvm::ELF::DT_LOOS + 4) macro1284 } else if (d->d_tag == DT_ANDROID_REL || d->d_tag == DT_ANDROID_RELA) {
2973 case DT_ANDROID_RELA: in prelink_image()3032 case DT_ANDROID_RELA: in prelink_image()