Home
last modified time | relevance | path

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

/art/compiler/
Delf_fixup.h37 static bool FixupDynamic(ElfFile& elf_file, uintptr_t base_address);
Delf_fixup.cc40 if (!FixupDynamic(*elf_file.get(), base_address)) { in Fixup()
68 bool ElfFixup::FixupDynamic(ElfFile& elf_file, uintptr_t base_address) { in FixupDynamic() function in art::ElfFixup