Lines Matching full:unpacked_relocations
865 std::vector<typename ELF::Rela> unpacked_relocations;
867 packer.UnpackRelocations(packed, &unpacked_relocations);
871 const size_t unpacked_bytes = unpacked_relocations.size() * relocation_entry_size;
877 LOG(INFO) << "Relocations : " << unpacked_relocations.size() << " entries";
898 section_data = &unpacked_relocations[0];
900 ConvertRelaVectorToRelVector(unpacked_relocations, &unpacked_rel_relocations);