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

  /external/google-breakpad/src/common/mac/
macho_reader.cc 380 uint32_t symoff, nsyms, stroff, strsize; local
381 cursor >> symoff >> nsyms >> stroff >> strsize;
392 if (symoff > buffer_.Size() || symbols_size > buffer_.Size() - symoff ||
397 ByteBuffer entries(buffer_.start + symoff, symbols_size);
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 159 unsigned char symoff[4]; /* File offset of the symbol table. */ member in struct:mach_o_symtab_command_external
  /toolchain/binutils/binutils-2.25/bfd/
aoutx.h 3510 file_ptr symoff; member in struct:aout_final_link_info
    [all...]
mach-o.h 135 unsigned int symoff; member in struct:bfd_mach_o_symtab_command
262 /* The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
pdp11.c 229 file_ptr symoff; member in struct:aout_final_link_info
    [all...]
mach-o.c 3470 unsigned int symoff = sym->symoff + (i * symwidth); local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.cc 946 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size; local
947 const unsigned char* psym = this->get_view(symoff, This::sym_size, true,
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
xcoff.h 485 char symoff[XCOFFARMAG_ELEMENT_SIZE]; member in struct:xcoff_ar_file_hdr
512 char symoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member in struct:xcoff_ar_file_hdr_big
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 459 uint32_t symoff; member in struct:llvm::MachO::symtab_command
  /external/llvm/include/llvm/Support/
MachO.h 672 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1014 sys::swapByteOrder(lc.symoff);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 674 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1022 sys::swapByteOrder(lc.symoff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 690 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1061 sys::swapByteOrder(lc.symoff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 690 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1061 sys::swapByteOrder(lc.symoff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 690 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1061 sys::swapByteOrder(lc.symoff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 690 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1061 sys::swapByteOrder(lc.symoff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 690 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1061 sys::swapByteOrder(lc.symoff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 690 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1061 sys::swapByteOrder(lc.symoff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 690 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1061 sys::swapByteOrder(lc.symoff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 690 uint32_t symoff; member in struct:llvm::MachO::symtab_command
1061 sys::swapByteOrder(lc.symoff);
    [all...]

Completed in 607 milliseconds