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

  /art/compiler/
elf_fixup.h 37 static bool FixupDynamic(ElfFile& elf_file, uintptr_t base_address);
elf_fixup.cc 40 if (!FixupDynamic(*elf_file.get(), base_address)) {
68 bool ElfFixup::FixupDynamic(ElfFile& elf_file, uintptr_t base_address) {

Completed in 34 milliseconds