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 57 if (!FixupRelocations(*elf_file.get(), base_address)) {
250 bool ElfFixup::FixupRelocations(ElfFile& elf_file, uintptr_t base_address) {

Completed in 49 milliseconds