Home
last modified time | relevance | path

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

/art/runtime/
Delf_utils.h74 inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) { in IsDynamicSectionPointer() function
/art/compiler/
Delf_fixup.cc72 if (IsDynamicSectionPointer(d_tag, elf_file.GetHeader().e_machine)) { in FixupDynamic()
/art/patchoat/
Dpatchoat.cc694 if (IsDynamicSectionPointer(dyn.d_tag, oat_file_->GetHeader().e_machine)) { in PatchElf()