Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.h98 bool RelocateMipsGot(const ElfSymbols* symbols,
Dcrazy_linker_elf_relocations.cpp305 if (!RelocateMipsGot(symbols, resolver, error)) in ApplyAll()
645 bool ElfRelocations::RelocateMipsGot(const ElfSymbols* symbols, in RelocateMipsGot() function in crazy::ElfRelocations