Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A 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
H A Dexport_trie.yaml21 maxprot: 0
32 maxprot: 7
43 maxprot: 7
54 maxprot: 7
H A Dsections.yaml21 maxprot: 0
32 maxprot: 7
116 maxprot: 7
164 maxprot: 7
H A Dout_of_order_linkedit.yaml21 maxprot: 0
32 maxprot: 7
43 maxprot: 7
54 maxprot: 7
H A Dsymtab.yaml21 maxprot: 0
32 maxprot: 7
44 maxprot: 7
56 maxprot: 7
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test16 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 Dmacho-private-headers.test16 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 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
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A 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()
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dmacho_utilities.cc71 sc->maxprot = ByteSwap(sc->maxprot); in breakpad_swap_segment_command()
86 sg->maxprot = ByteSwap(sg->maxprot); in breakpad_swap_segment_command_64()
H A Dmacho_reader_unittest.cc590 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/
Dfile.go64 Maxprot uint32 member
394 s.Maxprot = seg32.Maxprot
434 s.Maxprot = seg64.Maxprot
Dmacho.go122 Maxprot uint32 member
137 Maxprot uint32 member
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp455 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 DMachOYAML.cpp479 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 DMachOYAML.cpp533 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 DMachoHandler.cpp212 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 DMachOUtils.cpp116 Seg64.maxprot = Seg.maxprot; in adaptFrom32bits()
273 FileSize, /* MaxProt */ 7, in createDwarfSegment()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h526 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/
Dldmacho.go83 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 DMachO.h526 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 DMachO.h533 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 Dsymbols-1.s157 // CHECK-X86_32: maxprot: rwx
322 // CHECK-X86_64: maxprot: rwx
/aosp_15_r20/external/llvm/lib/MC/
H A DMachObjectWriter.cpp157 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/
DMachOBuilder.h201 this->maxprot = in Segment()
203 this->initprot = this->maxprot; in Segment()

12345