Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc730 const size_t initial_bytes = relocations->size() * rel_size; in PackTypedRelocations() local
732 VLOG(1) << "Unpacked : " << initial_bytes << " 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()