Searched refs:REL (Results 1 – 2 of 2) sorted by relevance
260 relocations_type_ = has_rel_relocations ? REL : RELA; in Load()617 if (relocations_type_ == REL) { in PackRelocations()716 relocations_type_ == REL ? SHT_ANDROID_REL : SHT_ANDROID_RELA, relocations_type_); in PackTypedRelocations()731 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA; in PackTypedRelocations()733 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_REL : DT_RELA, dyn, &dynamics); in PackTypedRelocations()737 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ; in PackTypedRelocations()739 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_RELSZ : DT_RELASZ, dyn, &dynamics); in PackTypedRelocations()777 LOG(INFO) << "Relocations : " << (relocations_type_ == REL ? "REL" : "RELA"); in UnpackRelocations()797 relocations_type_ == REL ? sizeof(typename ELF::Rel) : sizeof(typename ELF::Rela); in UnpackTypedRelocations()826 } else if (relocations_type_ == REL) { in UnpackTypedRelocations()[all …]
60 NONE = 0, REL, RELA enumerator