Home | History | Annotate | Download | only in src

Lines Matching full:unpacked_bytes

871   const size_t unpacked_bytes = unpacked_relocations.size() * relocation_entry_size;
872 LOG(INFO) << "Unpacked : " << unpacked_bytes << " bytes";
883 const bool is_padded = packed_bytes == unpacked_bytes;
890 LOG(INFO) << "Expansion : " << unpacked_bytes - packed_bytes << " bytes";
906 ResizeSection(elf_, relocations_section_, unpacked_bytes,
908 RewriteSectionData(relocations_section_, section_data, unpacked_bytes);