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

  /external/elfutils/libdwfl/
elf-from-memory.c 132 GElf_Off phoff; local
147 phoff = ehdr.e32.e_phoff;
159 phoff = ehdr.e64.e_phoff;
178 if ((size_t) nread >= phoff + phnum * phentsize)
180 xlatefrom.d_buf = buffer + phoff;
195 nread = (*read_memory) (arg, buffer, ehdr_vma + phoff,
dwfl_segment_report_module.c 180 GElf_Off phoff; local
204 phoff = ehdr.e32.e_phoff;
217 phoff = ehdr.e64.e_phoff;
242 start + phoff, xlatefrom.d_size))
393 && likely (filesz_offset >= phoff + phnum * phentsize))
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 38 milliseconds