Searched refs:unpacked_relocations (Results 1 – 1 of 1) sorted by relevance
865 std::vector<typename ELF::Rela> unpacked_relocations; in UnpackTypedRelocations() local867 packer.UnpackRelocations(packed, &unpacked_relocations); in UnpackTypedRelocations()871 const size_t unpacked_bytes = unpacked_relocations.size() * relocation_entry_size; in UnpackTypedRelocations()877 LOG(INFO) << "Relocations : " << unpacked_relocations.size() << " entries"; in UnpackTypedRelocations()898 section_data = &unpacked_relocations[0]; in UnpackTypedRelocations()900 ConvertRelaVectorToRelVector(unpacked_relocations, &unpacked_rel_relocations); in UnpackTypedRelocations()