HomeSort by relevance Sort by last modified time
    Searched refs:file_offset (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/e2fsprogs/ext2ed/
ext2ed.h 136 long file_offset,file_length; member in struct:struct_file_info
  /external/fio/engines/
mmap.c 161 f->file_offset;
  /external/fio/
libfio.c 121 f->file_offset = get_start_offset(td, f);
ioengines.c 470 if (posix_fadvise(f->fd, f->file_offset, f->io_size, flags) < 0) {
  /libcore/ojluni/src/main/native/
FileChannelImpl.c 251 sf_iobuf.file_offset = (off_t)position;
  /toolchain/binutils/binutils-2.25/bfd/
archive64.c 115 carsyms->file_offset = bfd_getb64 (raw_armap + i * 8);
xsym.h 202 unsigned long file_offset; member in struct:bfd_sym_file_references_table_entry::__anon115537
ecoff.c 2947 unsigned int name_offset, file_offset; local
2986 unsigned int name_offset, file_offset; local
3581 unsigned int file_offset; local
    [all...]
oasys.c 287 record.file_offset = H_GET_32 (abfd, record_ext.file_offset);
308 module[i].pos = record.file_offset;
    [all...]
archive.c 738 return _bfd_get_elt_at_filepos (abfd, entry->file_offset);
948 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
1048 carsyms->file_offset = swap ((bfd_byte *) rawptr);
    [all...]
vms-lib.c 157 cs->idx[cs->nbr].file_offset = (idx_vbn - 1) * VMS_BLOCK_SIZE + idx_off;
    [all...]
bfd-in.h 245 file_ptr file_offset; /* Look here to find the file. */
243 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
linker.c     [all...]
ieee.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.h 641 view(off_t file_offset, section_size_type data_size)
642 { return View(this->get_view(file_offset, data_size, true, true)); }
651 off_t file_offset; member in struct:gold::Object::Location
655 : file_offset(fo), data_size(ds)
661 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); }
    [all...]
archive.h 365 off_t file_offset; member in struct:gold::Archive::Armap_entry
dynobj.h 222 return this->get_view(loc.file_offset, *plen, true, cache);
reloc.cc 738 { return rme1.file_offset < rme2.file_offset; }
870 if (!rm.empty() && rm.back().file_offset > sh_offset)
886 if (!rm.empty() && rm.back().file_offset > sh_offset)
    [all...]
  /bionic/linker/
linker_soinfo.cpp 50 const struct stat* file_stat, off64_t file_offset,
64 this->file_offset_ = file_offset;
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 692 size_t file_offset) {
696 info.offset = file_offset;
  /art/compiler/
elf_builder.h 164 off_t file_offset = owner_->stream_.Seek(0, kSeekCurrent); local
165 CHECK_GE(file_offset, (off_t)header_.sh_offset);
166 header_.sh_size = file_offset - header_.sh_offset;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 323 unsigned file_offset[TGSI_FILE_COUNT]; member in struct:r600_shader_ctx
867 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First + j;
909 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First + j;
960 ctx->file_offset[TGSI_FILE_TEMPORARY] +
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
encode.go 373 func(b *buffer, m message) error { return decodeUint64(b, &m.(*Mapping).Offset) }, // optional uint64 file_offset = 4
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
encode.go 373 func(b *buffer, m message) error { return decodeUint64(b, &m.(*Mapping).Offset) }, // optional uint64 file_offset = 4

Completed in 965 milliseconds

1 23 4