Searched refs:FixupRelocations (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Delf_fixup.h49 static bool FixupRelocations(ElfFile& elf_file, uintptr_t base_address);
H A Delf_fixup.cc60 if (!FixupRelocations(*elf_file.get(), base_address)) {
149 bool ElfFixup::FixupRelocations(ElfFile& elf_file, uintptr_t base_address) { function in class:art::ElfFixup

Completed in 59 milliseconds