Lines Matching defs:ReadMemory
654 if (ReadMemory(load_command_address, sizeof(struct version_min_command),
701 if (ReadMemory(load_command_address, sizeof(struct build_version_command),
794 if (ReadMemory(mach_o_header_addr, sizeof(struct mach_header), &header) !=
813 if (ReadMemory(mach_o_header_addr, sizeof(struct mach_header_64),
832 if (ReadMemory(load_cmds_p, sizeof(struct load_command), &lc) !=
838 if (ReadMemory(load_cmds_p, sizeof(struct segment_command), &seg) !=
861 if (ReadMemory(load_cmds_p, sizeof(struct segment_command_64), &seg) !=
884 if (ReadMemory(load_cmds_p, sizeof(struct uuid_command), &uuidcmd) ==
1763 // ReadMemory from the MachProcess level will always remove any software
1766 // (m_task.ReadMemory()) as that version will give you what is actually
1769 nub_size_t MachProcess::ReadMemory(nub_addr_t addr, nub_size_t size,
1775 nub_size_t bytes_read = m_task.ReadMemory(addr, size, buf);
2057 if (m_task.ReadMemory(addr, break_op_size, curr_break_op) ==
2097 if (m_task.ReadMemory(addr, break_op_size, verify_opcode) ==
2216 if (m_task.ReadMemory(addr, break_op_size, bp->SavedOpcodeBytes()) ==
2222 if (m_task.ReadMemory(addr, break_op_size, verify_break_op) ==
2331 if (m_task.ReadMemory(info_array_count_addr, 4,