/external/llvm/test/MC/MachO/ |
symbol-diff.s | 25 // CHECK-NEXT: ('initprot', 7)
|
tlv-reloc.s | 41 // CHECK: ('initprot', 7)
|
weakdef.s | 33 // CHECK-NEXT: ('initprot', 7)
|
symbols-1.s | 36 // CHECK-X86_32: ('initprot', 7) 181 // CHECK-X86_64: ('initprot', 7)
|
reloc.s | 72 // CHECK: ('initprot', 7)
|
symbol-flags.s | 78 // CHECK: ('initprot', 7)
|
symbol-indirect.s | 88 // CHECK: ('initprot', 7)
|
tls.s | 65 // CHECK: ('initprot', 7)
|
darwin-x86_64-diff-relocs.s | 137 // CHECK: ('initprot', 7)
|
x86_32-optimal_nop.s | 176 // CHECK: ('initprot', 7)
|
variable-exprs.s | 65 // CHECK-I386: ('initprot', 7) 264 // CHECK-X86_64: ('initprot', 7)
|
darwin-x86_64-reloc-offsets.s | 134 // CHECK: ('initprot', 7)
|
darwin-x86_64-reloc.s | 107 // CHECK: ('initprot', 7)
|
x86_32-sections.s | 63 // CHECK: ('initprot', 7)
|
x86_64-sections.s | 59 // CHECK: ('initprot', 7)
|
x86_32-symbols.s | 140 // CHECK: ('initprot', 7)
|
x86_64-symbols.s | 141 // CHECK: ('initprot', 7)
|
/external/llvm/include/llvm/Support/ |
MachO.h | 310 uint32_t initprot; member in struct:llvm::MachO::segment_command 324 uint32_t initprot; member in struct:llvm::MachO::segment_command_64
|
/external/valgrind/main/coregrind/m_ume/ |
macho.c | 220 prot = (((segcmd->initprot & VM_PROT_READ) ? VKI_PROT_READ : 0) | 221 ((segcmd->initprot & VM_PROT_WRITE) ? VKI_PROT_WRITE : 0) | 222 ((segcmd->initprot & VM_PROT_EXECUTE) ? VKI_PROT_EXEC : 0));
|
/external/llvm/test/Scripts/ |
macho-dumpx | 149 print " ('initprot', %r)" % f.read32()
|
/external/llvm/lib/MC/ |
MachObjectWriter.cpp | 175 Write32(0x7); // initprot
|