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

  /external/google-breakpad/src/common/mac/
macho_reader.h 175 uint64_t vmsize; member in struct:google_breakpad::mach_o::Segment
macho_reader_unittest.cc 610 Label &vmsize() { return vmsize_; }
607 Label &vmsize() { return vmsize_; } function in class:SegmentLoadCommand
    [all...]
  /external/valgrind/coregrind/m_ume/
macho.c 181 vki_size_t vmsize; // page-aligned local
194 if (segcmd->vmsize != 0x1000) {
203 if (segcmd->vmsize != 0x100000000) {
227 vmend = VG_PGROUNDUP(slided_addr + segcmd->vmsize);
232 if (segcmd->vmsize == 0) {
244 vmsize = VG_PGROUNDUP(segcmd->vmsize);
260 if (filesize != vmsize) {
262 SizeT length = vmsize - filesize;
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 274 uint64_t vmsize; member in struct:__anon26381::MachOSegment
342 Segment.vmsize = SC.vmsize;
356 Segment.vmsize = SC.vmsize;
782 W.printHex("vmsize", MOSegment.vmsize);
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 87 unsigned char vmsize[4]; /* Size there, in bytes. */ member in struct:mach_o_segment_command_32_external
101 unsigned char vmsize[8]; /* Size there, in bytes. */ member in struct:mach_o_segment_command_64_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 104 unsigned char vmsize[4]; /* Size there, in bytes. */ member in struct:mach_o_segment_command_32
121 unsigned char vmsize[8]; /* Size there, in bytes. */ member in struct:mach_o_segment_command_64
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 92 bfd_vma vmsize; member in struct:bfd_mach_o_segment_command
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 310 uint32_t vmsize; member in struct:llvm::MachO::segment_command
324 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
  /external/v8/src/
gdb-jit.cc 512 uint32_t vmsize; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
517 uint64_t vmsize; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
567 cmd->vmsize = code_size;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 523 uint32_t vmsize; member in struct:llvm::MachO::segment_command
537 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1024 sys::swapByteOrder(seg.vmsize);
1037 sys::swapByteOrder(seg.vmsize);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 523 uint32_t vmsize; member in struct:llvm::MachO::segment_command
537 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1032 sys::swapByteOrder(seg.vmsize);
1045 sys::swapByteOrder(seg.vmsize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 539 uint32_t vmsize; member in struct:llvm::MachO::segment_command
553 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1071 sys::swapByteOrder(seg.vmsize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 539 uint32_t vmsize; member in struct:llvm::MachO::segment_command
553 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1071 sys::swapByteOrder(seg.vmsize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 539 uint32_t vmsize; member in struct:llvm::MachO::segment_command
553 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1071 sys::swapByteOrder(seg.vmsize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 539 uint32_t vmsize; member in struct:llvm::MachO::segment_command
553 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1071 sys::swapByteOrder(seg.vmsize);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 539 uint32_t vmsize; member in struct:llvm::MachO::segment_command
553 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1071 sys::swapByteOrder(seg.vmsize);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 539 uint32_t vmsize; member in struct:llvm::MachO::segment_command
553 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1071 sys::swapByteOrder(seg.vmsize);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 539 uint32_t vmsize; member in struct:llvm::MachO::segment_command
553 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1071 sys::swapByteOrder(seg.vmsize);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 539 uint32_t vmsize; member in struct:llvm::MachO::segment_command
553 uint64_t vmsize; member in struct:llvm::MachO::segment_command_64
1071 sys::swapByteOrder(seg.vmsize);
    [all...]

Completed in 252 milliseconds