Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc738 const size_t packed_bytes_estimate = packed.size() * sizeof(packed[0]); in PackTypedRelocations() local
739 VLOG(1) << "Packed (no padding): " << packed_bytes_estimate << " bytes"; in PackTypedRelocations()
750 ssize_t hole_size = initial_bytes - packed_bytes_estimate; in PackTypedRelocations()
769 initial_bytes - packed_bytes_estimate : in PackTypedRelocations()
770 initial_bytes - hole_size - packed_bytes_estimate; in PackTypedRelocations()