Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc792 std::vector<typename ELF::Rela> unpacked_relocations; in UnpackTypedRelocations() local
794 packer.UnpackRelocations(packed, &unpacked_relocations); in UnpackTypedRelocations()
798 const size_t unpacked_bytes = unpacked_relocations.size() * relocation_entry_size; in UnpackTypedRelocations()
804 LOG(INFO) << "Relocations : " << unpacked_relocations.size() << " entries"; in UnpackTypedRelocations()
825 section_data = &unpacked_relocations[0]; in UnpackTypedRelocations()
827 ConvertRelaVectorToRelVector(unpacked_relocations, &unpacked_rel_relocations); in UnpackTypedRelocations()