Searched refs:ApplyRelRelocs (Results 1 – 2 of 2) sorted by relevance
79 bool ApplyRelRelocs(const ELF::Rel* relocs,
275 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