HomeSort by relevance Sort by last modified time
    Searched defs:file_offset (Results 26 - 38 of 38) sorted by null

12

  /toolchain/binutils/binutils-2.25/bfd/
xsym.h 202 unsigned long file_offset; member in struct:bfd_sym_file_references_table_entry::__anon115537
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...]
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...]
bfd-in2.h 252 file_ptr file_offset; /* Look here to find the file. */
250 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [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...]
dwp.cc 828 return this->get_view(loc.file_offset, *plen, true, cache);
1653 off_t file_offset = this->next_file_offset_; local
1852 off_t file_offset = this->next_file_offset_; local
1882 off_t file_offset = this->next_file_offset_; local
1961 off_t file_offset = this->next_file_offset_; local
    [all...]
incremental.h 1513 off_t file_offset; member in struct:gold::Incremental_binary::Location
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 5993 Off64T file_offset = phdr->p_offset; local
    [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/valgrind/coregrind/m_debuginfo/
readpdb.c 1676 DWORD file_offset; \/* offset for accessing corresponding member in struct:codeview_linetab2_block
    [all...]
  /external/valgrind/perf/
tinycc.c 19217 int shnum, i, phnum, file_offset, offset, size, j, tmp, sh_order_index, k; local
20164 unsigned long file_offset; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 254 file_ptr file_offset; /* Look here to find the file. */
252 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]

Completed in 2588 milliseconds

12