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

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

Completed in 59 milliseconds