Home
last modified time | relevance | path

Searched refs:unpacked_bytes (Results 1 – 1 of 1) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.cc871 const size_t unpacked_bytes = unpacked_relocations.size() * relocation_entry_size; in UnpackTypedRelocations() local
872 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()