Searched full:maxprot (Results 1 – 25 of 116) sorted by relevance
12345
/external/llvm/test/ObjectYAML/MachO/ |
D | load_commands.yaml | 21 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
|
D | export_trie.yaml | 21 maxprot: 0 32 maxprot: 7 43 maxprot: 7 54 maxprot: 7
|
D | sections.yaml | 21 maxprot: 0 32 maxprot: 7 116 maxprot: 7 164 maxprot: 7
|
D | out_of_order_linkedit.yaml | 21 maxprot: 0 32 maxprot: 7 43 maxprot: 7 54 maxprot: 7
|
D | symtab.yaml | 21 maxprot: 0 32 maxprot: 7 44 maxprot: 7 56 maxprot: 7
|
D | rebase_opcode.yaml | 21 maxprot: 7
|
D | bind_opcode.yaml | 21 maxprot: 7
|
D | weak_bind_opcode.yaml | 21 maxprot: 7
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 16 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/ |
D | macho-private-headers.test | 16 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/ |
D | macho-private-headers.test | 38 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/ |
D | fixup_macho_loadcmds.c | 43 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/ |
D | macho_utilities.cc | 55 sg->maxprot = ByteSwap(sg->maxprot); in breakpad_swap_segment_command_64()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 277 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/ |
D | macho.yaml | 19 maxprot: 7
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 455 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping() 469 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
|
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
D | macho-dump.cpp | 55 uint32_t MaxProt, uint32_t InitProt, in DumpSegmentCommandData() argument 63 outs() << " ('maxprot', " << MaxProt << ")\n"; in DumpSegmentCommandData()
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | darwin-x86_64-nobase-relocs.s | 34 // CHECK: ('maxprot', 7)
|
D | thread_init_func.s | 22 // CHECK: ('maxprot', 7)
|
D | jcc.s | 83 // CHECK: ('maxprot', 7)
|
D | data.s | 32 // CHECK: ('maxprot', 7)
|
/external/llvm/test/MC/MachO/ |
D | darwin-x86_64-nobase-relocs.s | 68 // CHECK: maxprot: rwx
|
D | data.s | 76 // CHECK: maxprot: rwx
|
D | section-align-1.s | 65 // CHECK: maxprot: rwx
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 116 Seg64.maxprot = Seg.maxprot; in adaptFrom32bits() 273 FileSize, /* MaxProt */ 7, in createDwarfSegment()
|
12345