Home
last modified time | relevance | path

Searched full:maxprot (Results 1 – 25 of 116) sorted by relevance

12345

/external/llvm/test/ObjectYAML/MachO/
Dload_commands.yaml21 maxprot: 0
32 maxprot: 7
43 maxprot: 7
54 maxprot: 7
147 #CHECK: maxprot: 0
158 #CHECK: maxprot: 7
169 #CHECK: maxprot: 7
180 #CHECK: maxprot: 7
Dexport_trie.yaml21 maxprot: 0
32 maxprot: 7
43 maxprot: 7
54 maxprot: 7
Dsections.yaml21 maxprot: 0
32 maxprot: 7
116 maxprot: 7
164 maxprot: 7
Dout_of_order_linkedit.yaml21 maxprot: 0
32 maxprot: 7
43 maxprot: 7
54 maxprot: 7
Dsymtab.yaml21 maxprot: 0
32 maxprot: 7
44 maxprot: 7
56 maxprot: 7
Drebase_opcode.yaml21 maxprot: 7
Dbind_opcode.yaml21 maxprot: 7
Dweak_bind_opcode.yaml21 maxprot: 7
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test16 CHECK: maxprot rwx
91 EXE: maxprot ---
103 EXE: maxprot r-x
180 EXE: maxprot rw-
218 EXE: maxprot r--
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test16 CHECK: maxprot rwx
138 EXE: maxprot ---
150 EXE: maxprot r-x
214 EXE: maxprot rw-
252 EXE: maxprot r--
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test38 CHECK: maxprot rwx
134 EXE: maxprot ---
146 EXE: maxprot rwx
236 EXE: maxprot rwx
274 EXE: maxprot rwx
462 NON_VERBOSE: maxprot 0x00000007
/external/valgrind/coregrind/
Dfixup_macho_loadcmds.c43 maxprot 0x00000007
69 maxprot 0x00000007
517 if (seg->maxprot != 7) in modify_macho_loadcmds()
518 fail("has __UNIXSTACK, but wrong ::maxprot (should be 7)"); in modify_macho_loadcmds()
546 seg->maxprot = 7; in modify_macho_loadcmds()
634 maxprot 0x00000007
648 maxprot 0x00000007
/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc55 sg->maxprot = ByteSwap(sg->maxprot); in breakpad_swap_segment_command_64()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp277 uint32_t maxprot; member
345 Segment.maxprot = SC.maxprot; in getSegment()
359 Segment.maxprot = SC.maxprot; in getSegment()
785 W.printString("maxprot", getMask(MOSegment.maxprot)); in printMachOSegment()
/external/llvm/test/tools/llvm-ar/Inputs/
Dmacho.yaml19 maxprot: 7
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp455 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
469 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp55 uint32_t MaxProt, uint32_t InitProt, in DumpSegmentCommandData() argument
63 outs() << " ('maxprot', " << MaxProt << ")\n"; in DumpSegmentCommandData()
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Ddarwin-x86_64-nobase-relocs.s34 // CHECK: ('maxprot', 7)
Dthread_init_func.s22 // CHECK: ('maxprot', 7)
Djcc.s83 // CHECK: ('maxprot', 7)
Ddata.s32 // CHECK: ('maxprot', 7)
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-nobase-relocs.s68 // CHECK: maxprot: rwx
Ddata.s76 // CHECK: maxprot: rwx
Dsection-align-1.s65 // CHECK: maxprot: rwx
/external/llvm/tools/dsymutil/
DMachOUtils.cpp116 Seg64.maxprot = Seg.maxprot; in adaptFrom32bits()
273 FileSize, /* MaxProt */ 7, in createDwarfSegment()

12345