/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A 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
|
H A D | export_trie.yaml | 21 maxprot: 0 32 maxprot: 7 43 maxprot: 7 54 maxprot: 7
|
H A D | sections.yaml | 21 maxprot: 0 32 maxprot: 7 116 maxprot: 7 164 maxprot: 7
|
H A D | out_of_order_linkedit.yaml | 21 maxprot: 0 32 maxprot: 7 43 maxprot: 7 54 maxprot: 7
|
H A D | symtab.yaml | 21 maxprot: 0 32 maxprot: 7 44 maxprot: 7 56 maxprot: 7
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A 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--
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A 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--
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A 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
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A 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()
|
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A 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()
|
H A D | macho_reader_unittest.cc | 590 uint32_t maxprot, uint32_t initprot, in Header() argument 600 D32(maxprot); in Header() 1124 EXPECT_EQ(0x94d6dd22U, actual_segment.maxprot); in TEST_F() 1161 EXPECT_EQ(0x350759edU, actual_segment.maxprot); in TEST_F() 1197 EXPECT_EQ(0x42b45da5U, actual_segment.maxprot); in TEST_F() 1234 EXPECT_EQ(0x917c339dU, actual_segment.maxprot); in TEST_F()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/ |
D | file.go | 64 Maxprot uint32 member 394 s.Maxprot = seg32.Maxprot 434 s.Maxprot = seg64.Maxprot
|
D | macho.go | 122 Maxprot uint32 member 137 Maxprot uint32 member
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 455 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping() 469 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 479 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping() 492 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 533 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping() 546 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A 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);
|
/aosp_15_r20/external/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 116 Seg64.maxprot = Seg.maxprot; in adaptFrom32bits() 273 FileSize, /* MaxProt */ 7, in createDwarfSegment()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 526 uint32_t maxprot; member 540 uint32_t maxprot; member 1027 sys::swapByteOrder(seg.maxprot); in swapStruct() 1040 sys::swapByteOrder(seg.maxprot); in swapStruct()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/ |
D | ldmacho.go | 83 maxprot uint32 member 218 c.seg.maxprot = e4(p[40:]) 253 c.seg.maxprot = e4(p[56:])
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 526 uint32_t maxprot; member 540 uint32_t maxprot; member 1035 sys::swapByteOrder(seg.maxprot); in swapStruct() 1048 sys::swapByteOrder(seg.maxprot); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 533 uint32_t maxprot; member 547 uint32_t maxprot; member 1064 sys::swapByteOrder(seg.maxprot); in swapStruct() 1077 sys::swapByteOrder(seg.maxprot); in swapStruct()
|
/aosp_15_r20/external/llvm/test/MC/MachO/ |
H A D | symbols-1.s | 157 // CHECK-X86_32: maxprot: rwx 322 // CHECK-X86_64: maxprot: rwx
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 157 uint64_t SectionDataStartOffset, uint64_t SectionDataSize, uint32_t MaxProt, in writeSegmentLoadCommand() argument 186 // maxprot in writeSegmentLoadCommand() 187 write32(MaxProt); in writeSegmentLoadCommand()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 201 this->maxprot = in Segment() 203 this->initprot = this->maxprot; in Segment()
|