Home
last modified time | relevance | path

Searched refs:VM_PROT_WRITE (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.cpp179 if ((m_data.protection & VM_PROT_WRITE) == VM_PROT_WRITE) in GetDNBPermissions()
DMachVMMemory.cpp272 VM_PROT_READ | VM_PROT_WRITE)) { in Write()
DMachTask.mm962 mach_prot |= VM_PROT_WRITE;
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DSafeMachO.h119 #undef VM_PROT_WRITE
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DDebuggerSupportPlugin.cpp258 MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | MachO::VM_PROT_EXECUTE; in startSynthesis()
260 MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | MachO::VM_PROT_EXECUTE; in startSynthesis()
/openbsd/src/gnu/llvm/lld/MachO/
DOutputSegment.cpp38 return VM_PROT_READ | VM_PROT_WRITE; in initProt()
DDriver.cpp913 prot |= VM_PROT_WRITE; in parseProtection()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgnu-nat.c2358 if (!(max_protection & VM_PROT_WRITE)) in gnu_write_inferior()
2390 if (!(scan->protection & VM_PROT_WRITE)) in gnu_write_inferior()
2396 scan->protection | VM_PROT_WRITE); in gnu_write_inferior()
2410 if (!(scan->protection & VM_PROT_WRITE)) in gnu_write_inferior()
2529 last_protection & VM_PROT_WRITE, in gnu_find_memory_regions()
2542 last_protection & VM_PROT_WRITE, in gnu_find_memory_regions()
/openbsd/src/gnu/llvm/lldb/examples/darwin/heap_find/heap/
Dheap_find.cpp503 if (vm_region_info.protection & VM_PROT_WRITE && in foreach_zone_in_this_process()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeProcessFreeBSD.cpp667 if (kv->kve_protection & VM_PROT_WRITE) in PopulateMemoryRegionCache()
/openbsd/src/regress/usr.bin/diff/
Dt8.2254 addr + sizeof(struct freelist), VM_PROT_WRITE);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp687 if (vm[i].kve_protection & VM_PROT_WRITE) in PopulateMemoryRegionCache()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMachObjectWriter.cpp890 MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | MachO::VM_PROT_EXECUTE; in writeObject()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DMachODumper.cpp336 Prot += (prot & MachO::VM_PROT_WRITE) ? "w" : "-"; in getMask()
/openbsd/src/gnu/llvm/lldb/examples/python/
Dmach_o.py126 VM_PROT_WRITE = 2 variable
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h494 enum { VM_PROT_READ = 0x1, VM_PROT_WRITE = 0x2, VM_PROT_EXECUTE = 0x4 }; enumerator
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp8879 ~(MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | in PrintSegmentCommand()
8885 outs() << ((maxprot & MachO::VM_PROT_WRITE) ? "w" : "-"); in PrintSegmentCommand()
8889 ~(MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | in PrintSegmentCommand()
8895 outs() << ((initprot & MachO::VM_PROT_WRITE) ? "w" : "-"); in PrintSegmentCommand()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1435 if (seg_cmd.initprot & VM_PROT_WRITE) in GetSegmentPermissions()
6521 prot |= VM_PROT_WRITE;