Searched refs:DT_ANDROID_RELASZ (Results 1 – 3 of 3) sorted by relevance
35 static constexpr int32_t DT_ANDROID_RELASZ = DT_LOOS + 5; variable547 … if (tag == DT_RELSZ || tag == DT_RELASZ || tag == DT_ANDROID_RELSZ || tag == DT_ANDROID_RELASZ) { in AdjustDynamicSectionForHole()813 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ; in PackTypedRelocations()936 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ, in UnpackTypedRelocations()
260 #define DT_ANDROID_RELASZ (DT_LOOS + 5) macro
3207 case DT_ANDROID_RELASZ: in prelink_image()3266 case DT_ANDROID_RELASZ: in prelink_image()