HomeSort by relevance Sort by last modified time
    Searched defs:hole_start (Results 1 - 2 of 2) sorted by null

  /system/extras/ext4_utils/
allocate.c 363 u32 hole_start, hole_size; local
364 hole_start = bgs[i].chunks[j-1].block + bgs[i].chunks[j-1].len;
365 hole_size = bgs[i].chunks[j].block - hole_start;
370 found_block = hole_start;
376 found_block = hole_start;
383 found_block = hole_start;
  /bionic/tools/relocation_packer/src/
elf_file.cc 268 typename ELF::Off hole_start,
270 if (elf_header->e_phoff > hole_start) {
274 if (elf_header->e_shoff > hole_start) {
283 typename ELF::Off hole_start,
293 if (section_header->sh_offset > hole_start) {
371 typename ELF::Off hole_start,
384 if (program_header->p_offset > hole_start) {
419 typename ELF::Off hole_start) {
424 program_header->p_offset <= hole_start &&
425 (program_header->p_offset + program_header->p_filesz) >= hole_start ) {
429 LOG(FATAL) << "Cannot locate a LOAD segment with hole_start=0x" << std::hex << hole_start; local
602 const auto hole_start = section_header->sh_offset; local
    [all...]

Completed in 1533 milliseconds