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

  /external/elfutils/libelf/
elf32_updatefile.c 357 off_t last_offset; local
469 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
471 last_offset = (ehdr->e_phoff
523 if (scn_start + dl->data.d.d_off != last_offset)
525 assert (last_offset < scn_start + dl->data.d.d_off);
527 if (unlikely (fill (elf->fildes, last_offset,
529 - last_offset, fillbuf,
533 last_offset = scn_start + dl->data.d.d_off;
562 last_offset)
576 last_offset += dl->data.d.d_size
    [all...]
  /external/e2fsprogs/ext2ed/
file_com.c 320 long offset=0,last_offset,l=0,cols=0; local
329 last_offset=file_system_info.block_size-1;
331 if (file_info.file_offset+last_offset > file_info.file_length-1)
332 last_offset=file_info.file_length-1-file_info.file_offset;
334 while ( (offset <= last_offset) && l<SHOW_PAD_LINES) {
  /external/chromium/net/disk_cache/
bitmap.cc 167 int last_offset = (end - 1) & (kIntBits - 1); local
194 const uint32 mask = ((2 << (last_offset - offset)) - 1) << offset;
  /external/elfcopy/
dwarf.c 2352 unsigned long last_offset = 0; local
2776 unsigned long last_offset = 0; local
    [all...]

Completed in 981 milliseconds