Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc662 static void ReplaceDynamicEntry(typename ELF::Sword tag, in ReplaceDynamicEntry() function
806 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_REL : DT_RELA, dyn, &dynamics); in PackTypedRelocations()
812 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_RELSZ : DT_RELASZ, dyn, &dynamics); in PackTypedRelocations()
920 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA, in UnpackTypedRelocations()
928 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ, in UnpackTypedRelocations()