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

  /external/elfutils/libelf/
elf32_updatefile.c 585 off_t last_offset; local
587 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
589 last_offset = (ehdr->e_phoff
634 if (scn_start + dl->data.d.d_off > last_offset)
636 if (unlikely (fill (elf->fildes, last_offset,
638 - last_offset, fillbuf,
648 last_offset = scn_start + dl->data.d.d_off;
677 last_offset);
691 last_offset += dl->data.d.d_size;
699 last_offset = scn_start + shdr->sh_size
    [all...]
  /external/chromium/net/disk_cache/
bitmap.cc 176 int last_offset = (end - 1) & (kIntBits - 1); local
203 const uint32 mask = ((2 << (last_offset - offset)) - 1) << offset;
  /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/qemu/
arch_init.c 112 static ram_addr_t last_offset; variable
117 ram_addr_t offset = last_offset;
170 } while (current_addr != last_block->offset + last_offset);
173 last_offset = offset;
273 last_offset = 0;
  /external/flac/libFLAC/
metadata_iterators.c 907 off_t first_offset, last_offset; member in struct:FLAC__Metadata_Chain
    [all...]
  /external/elfutils/src/
elflint.c 3890 size_t last_offset = 0; local
    [all...]

Completed in 1022 milliseconds