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

  /external/google-breakpad/src/common/mac/
macho_reader.h 178 uint32_t maxprot; member in struct:google_breakpad::mach_o::Segment
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 277 uint32_t maxprot; member in struct:__anon26163::MachOSegment
345 Segment.maxprot = SC.maxprot;
359 Segment.maxprot = SC.maxprot;
785 W.printString("maxprot", getMask(MOSegment.maxprot));
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 90 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_32_external
104 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_64_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_32
124 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_64
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 95 unsigned long maxprot; /* Maximum permitted protection. */ member in struct:bfd_mach_o_segment_command
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 313 uint32_t maxprot; member in struct:llvm::MachO::segment_command
327 uint32_t maxprot; member in struct:llvm::MachO::segment_command_64
  /external/v8/src/
gdb-jit.cc 521 uint32_t maxprot; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
570 cmd->maxprot = 7;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 526 uint32_t maxprot; member in struct:llvm::MachO::segment_command
540 uint32_t maxprot; member in struct:llvm::MachO::segment_command_64
1027 sys::swapByteOrder(seg.maxprot);
1040 sys::swapByteOrder(seg.maxprot);
    [all...]

Completed in 223 milliseconds