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

  /external/elfutils/libdwfl/
elf-from-memory.c 122 GElf_Off phoff; local
137 phoff = ehdr.e32.e_phoff;
149 phoff = ehdr.e64.e_phoff;
168 if ((size_t) nread >= phoff + phnum * phentsize)
170 xlatefrom.d_buf = buffer + phoff;
186 nread = (*read_memory) (arg, buffer, ehdr_vma + phoff,
dwfl_segment_report_module.c 341 GElf_Off phoff; local
368 phoff = ehdr.e32.e_phoff;
381 phoff = ehdr.e64.e_phoff;
406 start + phoff, xlatefrom.d_size))
561 && likely (filesz_offset >= phoff + phnum * phentsize))
  /external/toybox/toys/pending/
file.c 86 off_t phoff = elf_int(toybuf+28+4*bits, 4+4*bits), local
87 mapoff = phoff^(phoff&(psz-1));
97 j = elf_int(phdr = map+(phoff-mapoff)+i*phsize, 4);
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 113 milliseconds