Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.h74 bool ApplyRelaRelocs(const ELF::Rela* relocs,
Dcrazy_linker_elf_relocations.cpp290 if (!ApplyRelaRelocs(reinterpret_cast<ELF::Rela*>(plt_relocations_), in ApplyAll()
296 if (!ApplyRelaRelocs(reinterpret_cast<ELF::Rela*>(relocations_), in ApplyAll()
597 bool ElfRelocations::ApplyRelaRelocs(const ELF::Rela* rela, in ApplyRelaRelocs() function in crazy::ElfRelocations