Lines Matching defs:bytes
42 // Alignment to preserve, in bytes. This must be at least as large as the
572 size_t bytes = dynamics.size() * sizeof(dynamics[0]);
573 RewriteSectionData(dynamic_section, section_data, bytes);
732 VLOG(1) << "Unpacked : " << initial_bytes << " bytes";
739 VLOG(1) << "Packed (no padding): " << packed_bytes_estimate << " bytes";
755 VLOG(1) << "Compaction : " << hole_size << " bytes";
787 const size_t bytes = packed.size() * sizeof(packed[0]);
788 ResizeSection(elf_, relocations_section_, bytes,
790 RewriteSectionData(relocations_section_, packed_data, bytes);
838 // Convert data to a vector of bytes.
864 LOG(INFO) << "Packed : " << packed_bytes << " bytes";
872 LOG(INFO) << "Unpacked : " << unpacked_bytes << " bytes";
890 LOG(INFO) << "Expansion : " << unpacked_bytes - packed_bytes << " bytes";
957 // Clean up libelf, and truncate the output file to the number of bytes