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

  /external/google-breakpad/src/common/mac/
macho_reader.h 179 uint32_t initprot; member in struct:google_breakpad::mach_o::Segment
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 278 uint32_t initprot; member in struct:__anon18779::MachOSegment
346 Segment.initprot = SC.initprot;
360 Segment.initprot = SC.initprot;
781 W.printString("initprot", getMask(MOSegment.initprot));
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 91 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_32_external
105 unsigned char initprot[4]; /* Initial vm protection. */ member in struct:mach_o_segment_command_64_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 108 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_32
125 unsigned char initprot[4]; /* Initial vmem protection. */ member in struct:mach_o_segment_command_64
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 96 unsigned long initprot; /* Initial protection. */ member in struct:bfd_mach_o_segment_command
  /external/v8/src/
gdb-jit.cc 521 uint32_t initprot; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
570 cmd->initprot = 7;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 524 // Values for segment_command.initprot.
569 uint32_t initprot; member in struct:llvm::MachO::segment_command
583 uint32_t initprot; member in struct:llvm::MachO::segment_command_64
1039 sys::swapByteOrder(seg.initprot);
1052 sys::swapByteOrder(seg.initprot);
    [all...]

Completed in 2406 milliseconds