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

  /external/google-breakpad/src/common/mac/
macho_utilities.cc 55 sg->maxprot = ByteSwap(sg->maxprot);
macho_reader.h 178 uint32_t maxprot; member in struct:google_breakpad::mach_o::Segment
macho_reader_unittest.cc 586 uint32_t maxprot, uint32_t initprot,
596 D32(maxprot);
    [all...]
macho_reader.cc 347 cursor >> segment.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
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 110 segment.vmaddr, segment.vmsize, segment.maxprot,
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 277 uint32_t maxprot; member in struct:__anon18779::MachOSegment
345 Segment.maxprot = SC.maxprot;
359 Segment.maxprot = SC.maxprot;
780 W.printString("maxprot", getMask(MOSegment.maxprot));
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 43 maxprot 0x00000007
69 maxprot 0x00000007
517 if (seg->maxprot != 7)
518 fail("has __UNIXSTACK, but wrong ::maxprot (should be 7)");
546 seg->maxprot = 7;
634 maxprot 0x00000007
648 maxprot 0x00000007
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 162 @ CHECK: maxprot: rwx
darwin-Thumb-reloc.s 124 @ CHECK: maxprot: rwx
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 115 Seg64.maxprot = Seg.maxprot;
272 FileOffset, FileSize, /* MaxProt */ 7,
  /external/llvm/include/llvm/Support/
MachO.h 568 uint32_t maxprot; member in struct:llvm::MachO::segment_command
582 uint32_t maxprot; member in struct:llvm::MachO::segment_command_64
1038 sys::swapByteOrder(seg.maxprot);
1051 sys::swapByteOrder(seg.maxprot);
    [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
mach-o.c     [all...]
  /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...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/v8/src/
gdb-jit.cc 520 uint32_t maxprot; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
569 cmd->maxprot = 7;
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 420 maxprot = f.uint32()
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 418 printf (" maxprot: ");
419 disp_segment_prot (seg->maxprot);
    [all...]

Completed in 3066 milliseconds