/external/llvm/test/MC/MachO/ARM/ |
darwin-ARM-reloc.s | 40 @ CHECK: ('initprot', 7)
|
darwin-Thumb-reloc.s | 41 @ CHECK: ('initprot', 7)
|
/external/llvm/test/MC/MachO/ |
absolute.s | 37 // CHECK: ('initprot', 7)
|
absolutize.s | 66 // CHECK: ('initprot', 7)
|
indirect-symbols.s | 39 // CHECK: ('initprot', 7)
|
pcrel-to-other-section.s | 23 // CHECK-NEXT: ('initprot', 7)
|
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)
|
/external/llvm/include/llvm/Support/ |
MachO.h | 519 // Values for segment_command.initprot. 565 uint32_t initprot; member in struct:llvm::MachO::segment_command 579 uint32_t initprot; member in struct:llvm::MachO::segment_command_64 [all...] |
/external/valgrind/main/coregrind/m_ume/ |
macho.c | 230 prot = (((segcmd->initprot & VM_PROT_READ) ? VKI_PROT_READ : 0) | 231 ((segcmd->initprot & VM_PROT_WRITE) ? VKI_PROT_WRITE : 0) | 232 ((segcmd->initprot & VM_PROT_EXECUTE) ? VKI_PROT_EXEC : 0));
|
/external/chromium_org/v8/src/ |
gdb-jit.cc | 526 uint32_t initprot; member in struct:v8::BASE_EMBEDDED::MachOSegmentCommand 575 cmd->initprot = 7; [all...] |
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 182 sys::swapByteOrder(C.initprot); 196 sys::swapByteOrder(C.initprot); [all...] |