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

  /bionic/tools/relocation_packer/src/
elf_file.h 79 void AdjustRelativeRelocationTargets(typename ELF::Off hole_start,
87 typename ELF::Off hole_start,
elf_file.cc 266 typename ELF::Off hole_start,
268 if (elf_header->e_phoff > hole_start) {
272 if (elf_header->e_shoff > hole_start) {
281 typename ELF::Off hole_start,
291 if (section_header->sh_offset > hole_start) {
369 typename ELF::Off hole_start,
382 if (program_header->p_offset > hole_start) {
417 typename ELF::Off hole_start) {
422 program_header->p_offset <= hole_start &&
423 (program_header->p_offset + program_header->p_filesz) >= hole_start ) {
427 LOG(FATAL) << "Cannot locate a LOAD segment with hole_start=0x" << std::hex << hole_start; local
600 const auto hole_start = section_header->sh_offset; local
    [all...]
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress03.c 71 char *brk_max_addr, *hole_addr, *brk_start, *hole_start; local
88 if ((hole_addr = hole_start = sbrk(NUM_SEGS * 2 * pagesize)) == NEG1) {
124 hole_addr = hole_start + pagesize; /* munmap the other pages */
  /external/v8/src/
elements.cc     [all...]

Completed in 107 milliseconds