Searched full:maxprot (Results 1 – 25 of 83) sorted by relevance
1234
| /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 | out_of_order_linkedit.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 | symtab.yaml | 21 maxprot: 0 32 maxprot: 7 44 maxprot: 7 56 maxprot: 7
|
| D | rebase_opcode.yaml | 21 maxprot: 7
|
| D | weak_bind_opcode.yaml | 21 maxprot: 7
|
| D | 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/google-breakpad/src/common/mac/ |
| D | macho_utilities.cc | 71 sc->maxprot = ByteSwap(sc->maxprot); in breakpad_swap_segment_command() 86 sg->maxprot = ByteSwap(sg->maxprot); in breakpad_swap_segment_command_64()
|
| /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/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-10.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 479 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping() 492 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
|
| /external/lzma/CPP/7zip/Archive/ |
| D | MachoHandler.cpp | 212 UInt32 MaxProt; member 433 const AString s (FlagsToString(g_SegmentProt, Z7_ARRAY_SIZE(g_SegmentProt), seg.MaxProt)); 561 seg.MaxProt = Get32(buf + offs - 16, be);
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 533 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping() 546 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
|
| /external/llvm/test/MC/MachO/ |
| D | darwin-x86_64-nobase-relocs.s | 68 // CHECK: maxprot: rwx
|
| D | thread_init_func.s | 73 // CHECK: maxprot: rwx
|
| D | data.s | 76 // CHECK: maxprot: rwx
|
| D | section-align-1.s | 65 // CHECK: maxprot: rwx
|
| D | direction_labels.s | 74 // CHECK: maxprot: rwx
|
| D | jcc.s | 120 // CHECK: maxprot: rwx
|
| /external/llvm/tools/dsymutil/ |
| D | MachOUtils.cpp | 116 Seg64.maxprot = Seg.maxprot; in adaptFrom32bits() 273 FileSize, /* MaxProt */ 7, in createDwarfSegment()
|
1234