HomeSort by relevance Sort by last modified time
    Searched refs:FixupRelocations (Results 1 - 2 of 2) sorted by null

  /art/compiler/
elf_fixup.h 49 static bool FixupRelocations(ElfFile& elf_file, uintptr_t base_address);
elf_fixup.cc 60 if (!FixupRelocations(*elf_file.get(), base_address)) {
149 bool ElfFixup::FixupRelocations(ElfFile& elf_file, uintptr_t base_address) {

Completed in 656 milliseconds