Home
last modified time | relevance | path

Searched refs:UnpackTypedRelocations (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.h74 bool UnpackTypedRelocations(const std::vector<uint8_t>& packed);
Delf_file.cc856 return UnpackTypedRelocations(packed); in UnpackRelocations()
861 bool ElfFile<ELF>::UnpackTypedRelocations(const std::vector<uint8_t>& packed) { in UnpackTypedRelocations() function in relocation_packer::ElfFile