Searched refs:ApplyRelaRelocs (Results 1 – 2 of 2) sorted by relevance
74 bool ApplyRelaRelocs(const ELF::Rela* relocs,
290 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