Searched refs:FixupSymbols (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/
H A Delf_fixup.cc52 if (!FixupSymbols(*elf_file.get(), base_address, true)) {
56 if (!FixupSymbols(*elf_file.get(), base_address, false)) {
125 bool ElfFixup::FixupSymbols(ElfFile& elf_file, uintptr_t base_address, bool dynamic) { function in class:art::ElfFixup
H A Delf_fixup.h46 static bool FixupSymbols(ElfFile& elf_file, uintptr_t base_address, bool dynamic);

Completed in 81 milliseconds