Searched refs:UnpackTypedRelocations (Results 1 – 2 of 2) sorted by relevance
74 bool UnpackTypedRelocations(const std::vector<uint8_t>& packed);
856 return UnpackTypedRelocations(packed); in UnpackRelocations()861 bool ElfFile<ELF>::UnpackTypedRelocations(const std::vector<uint8_t>& packed) { in UnpackTypedRelocations() function in relocation_packer::ElfFile