Home
last modified time | relevance | path

Searched refs:FixupSymbols (Results 1 – 2 of 2) sorted by relevance

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