HomeSort by relevance Sort by last modified time
    Searched refs:hole_size (Results 1 - 3 of 3) sorted by null

  /bionic/tools/relocation_packer/src/
elf_file.cc 267 ssize_t hole_size) {
269 elf_header->e_phoff += hole_size;
273 elf_header->e_shoff += hole_size;
282 ssize_t hole_size) {
292 section_header->sh_offset += hole_size;
296 section_header->sh_addr -= hole_size;
349 ssize_t hole_size) {
353 if (hole_size < 0) {
355 } else if (hole_size > 0) {
370 ssize_t hole_size) {
601 const ssize_t hole_size = new_size - data->d_size; local
753 ssize_t hole_size = initial_bytes - packed_bytes_estimate; local
    [all...]
elf_file.h 80 ssize_t hole_size,
88 ssize_t hole_size,
  /system/extras/puncture_fs/
puncture_fs.c 140 const u64 hole_size, const u64 total_hole_size) {
141 u64 increments = (hole_size * total_size) / total_hole_size;
176 hole_size,
181 starting_max = hole_max + hole_size;
209 u64 hole_size = 0; local
219 hole_size = atoll(optarg);
255 if (total_size < total_hole_size || total_hole_size < hole_size) {
262 if (!puncture_fs(path, total_size, hole_size, total_hole_size)) {

Completed in 107 milliseconds