Searched refs:UnpackTypedRelocations (Results 1 – 2 of 2) sorted by relevance
109 bool UnpackTypedRelocations(const std::vector<uint8_t>& packed,
1155 return UnpackTypedRelocations<ELF::Rel>(packed, data); in UnpackRelocations()1166 return UnpackTypedRelocations<ELF::Rela>(packed, data); in UnpackRelocations()1175 bool ElfFile::UnpackTypedRelocations(const std::vector<uint8_t>& packed, in UnpackTypedRelocations() function in relocation_packer::ElfFile