Home
last modified time | relevance | path

Searched refs:ApplyAll (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.h42 bool ApplyAll(const ElfSymbols* symbols,
Dcrazy_linker_shared_library.cpp299 if (!relocations.ApplyAll(&symbols_, &resolver, error)) in Relocate()
Dcrazy_linker_elf_relocations.cpp262 bool ElfRelocations::ApplyAll(const ElfSymbols* symbols, in ApplyAll() function in crazy::ElfRelocations