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

  /external/syslinux/gpxe/src/arch/i386/image/
nbi.c 163 size_t sh_off; local
178 sh_off = NBI_LENGTH ( imgheader->length );
181 copy_from_user ( &sh, image->data, sh_off, sizeof ( sh ) );
227 sh_off += NBI_LENGTH ( sh.length );
228 if ( sh_off >= NBI_HEADER_LENGTH ) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 277 long sh_off = readOff(); local
287 readSectionHeaders(sh_off, e_shnum, e_shentsize, e_shstrndx);
291 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx)
295 mFile.seek(sh_off + e_shstrndx * e_shentsize);
317 mFile.seek(sh_off + i * e_shentsize);
  /cts/common/util/src/com/android/compatibility/common/util/
ReadElf.java 681 long sh_off = readOff(); local
691 readSectionHeaders(sh_off, e_shnum, e_shentsize, e_shstrndx);
695 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx)
699 mFile.seek(sh_off + e_shstrndx * e_shentsize);
721 mFile.seek(sh_off + i * e_shentsize);
    [all...]

Completed in 83 milliseconds