HomeSort by relevance Sort by last modified time
    Searched refs:mach_vm_protect (Results 1 - 5 of 5) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
MachVMRegion.cpp 74 m_err = ::mach_vm_protect (m_task, addr, prot_size, 0, prot);
76 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i, prot = %u )", m_task, (uint64_t)addr, (uint64_t)prot_size, 0, prot);
80 m_err = ::mach_vm_protect (m_task, addr, prot_size, 0, prot | VM_PROT_COPY);
82 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i, prot = %u )", m_task, (uint64_t)addr, (uint64_t)prot_size, 0, prot | VM_PROT_COPY);
106 m_err = ::mach_vm_protect (m_task, m_protection_addr, m_protection_size, 0, m_data.protection);
108 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i, prot = %u )", m_task, (uint64_t)m_protection_addr, (uint64_t)m_protection_size, 0, m_data.protection);
MachTask.cpp     [all...]
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 249 } mach_vm_protect; member in union:__anon36436::__anon36437
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 541 DECL_TEMPLATE(darwin, mach_vm_protect);
syswrap-darwin.c     [all...]

Completed in 62 milliseconds