Home
last modified time | relevance | path

Searched refs:initprot (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test17 CHECK: initprot rwx
92 EXE: initprot ---
104 EXE: initprot r-x
181 EXE: initprot rw-
219 EXE: initprot r--
/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test17 CHECK: initprot rwx
139 EXE: initprot ---
151 EXE: initprot r-x
215 EXE: initprot rw-
253 EXE: initprot r--
/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test35 CHECK: initprot rwx
131 EXE: initprot ---
143 EXE: initprot r-x
233 EXE: initprot rw-
271 EXE: initprot r--
/minix/external/bsd/llvm/dist/llvm/tools/macho-dump/
H A Dmacho-dump.cpp131 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags); in DumpSegmentCommand()
153 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags); in DumpSegment64Command()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h571 uint32_t initprot; member
585 uint32_t initprot; member
1044 sys::swapByteOrder(seg.initprot); in swapStruct()
1057 sys::swapByteOrder(seg.initprot); in swapStruct()
/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3205 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand() argument
3262 if ((initprot & in PrintSegmentCommand()
3265 outs() << " initprot ?" << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand()
3267 if (initprot & MachO::VM_PROT_READ) in PrintSegmentCommand()
3271 if (initprot & MachO::VM_PROT_WRITE) in PrintSegmentCommand()
3275 if (initprot & MachO::VM_PROT_EXECUTE) in PrintSegmentCommand()
3282 outs() << " initprot " << format("0x%08" PRIx32, initprot) << "\n"; in PrintSegmentCommand()
4444 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(), in PrintLoadCommands()
4457 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands()
/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py421 initprot = f.uint32()