Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.h79 bool ApplyRelRelocs(const ELF::Rel* relocs,
Dcrazy_linker_elf_relocations.cpp275 if (!ApplyRelRelocs(reinterpret_cast<ELF::Rel*>(plt_relocations_), in ApplyAll()
281 if (!ApplyRelRelocs(reinterpret_cast<ELF::Rel*>(relocations_), in ApplyAll()
550 bool ElfRelocations::ApplyRelRelocs(const ELF::Rel* rel, in ApplyRelRelocs() function in crazy::ElfRelocations