Searched refs:unpacked_bytes (Results 1 – 1 of 1) sorted by relevance
871 const size_t unpacked_bytes = unpacked_relocations.size() * relocation_entry_size; in UnpackTypedRelocations() local872 LOG(INFO) << "Unpacked : " << unpacked_bytes << " bytes"; in UnpackTypedRelocations()883 const bool is_padded = packed_bytes == unpacked_bytes; in UnpackTypedRelocations()890 LOG(INFO) << "Expansion : " << unpacked_bytes - packed_bytes << " bytes"; in UnpackTypedRelocations()906 ResizeSection(elf_, relocations_section_, unpacked_bytes, in UnpackTypedRelocations()908 RewriteSectionData(relocations_section_, section_data, unpacked_bytes); in UnpackTypedRelocations()