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

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 275 uint64_t fileoff; member in struct:__anon26381::MachOSegment
343 Segment.fileoff = SC.fileoff;
357 Segment.fileoff = SC.fileoff;
783 W.printNumber("fileoff", MOSegment.fileoff);
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 88 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_32_external
102 unsigned char fileoff[8]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_64_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 105 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_32
122 unsigned char fileoff[8]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_64
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 93 bfd_vma fileoff; member in struct:bfd_mach_o_segment_command
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 311 uint32_t fileoff; member in struct:llvm::MachO::segment_command
325 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
  /external/v8/src/
gdb-jit.cc 513 uint32_t fileoff; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
518 uint64_t fileoff; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
568 cmd->fileoff = 0;
587 cmd->fileoff = w->position();
594 cmd->filesize = w->position() - (uintptr_t)cmd->fileoff;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 524 uint32_t fileoff; member in struct:llvm::MachO::segment_command
538 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1025 sys::swapByteOrder(seg.fileoff);
1038 sys::swapByteOrder(seg.fileoff);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 524 uint32_t fileoff; member in struct:llvm::MachO::segment_command
538 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1033 sys::swapByteOrder(seg.fileoff);
1046 sys::swapByteOrder(seg.fileoff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 540 uint32_t fileoff; member in struct:llvm::MachO::segment_command
554 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1072 sys::swapByteOrder(seg.fileoff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 540 uint32_t fileoff; member in struct:llvm::MachO::segment_command
554 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1072 sys::swapByteOrder(seg.fileoff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 540 uint32_t fileoff; member in struct:llvm::MachO::segment_command
554 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1072 sys::swapByteOrder(seg.fileoff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 540 uint32_t fileoff; member in struct:llvm::MachO::segment_command
554 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1072 sys::swapByteOrder(seg.fileoff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 540 uint32_t fileoff; member in struct:llvm::MachO::segment_command
554 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1072 sys::swapByteOrder(seg.fileoff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 540 uint32_t fileoff; member in struct:llvm::MachO::segment_command
554 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1072 sys::swapByteOrder(seg.fileoff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 540 uint32_t fileoff; member in struct:llvm::MachO::segment_command
554 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1072 sys::swapByteOrder(seg.fileoff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 540 uint32_t fileoff; member in struct:llvm::MachO::segment_command
554 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
1072 sys::swapByteOrder(seg.fileoff);
    [all...]

Completed in 338 milliseconds