Searched refs:MemAWrite (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 242 if (!MemAWrite (context, address, random_data, addr_byte_size)) in WriteBits32UnknownToMemory() 429 if (!MemAWrite (context, addr, reg_value, addr_byte_size)) in EmulatePUSH() 442 if (!MemAWrite (context, addr, pc, addr_byte_size)) in EmulatePUSH() 2065 if (!MemAWrite (context, addr, reg_value, reg_byte_size)) in EmulateVPUSH() 4123 if (!MemAWrite (context, address + offset, data, addr_byte_size)) in EmulateSTM() 4143 if (!MemAWrite (context, address + offset, pc, addr_byte_size)) in EmulateSTM() 4248 if (!MemAWrite (context, address + offset, data, addr_byte_size)) in EmulateSTMDA() 4268 if (!MemAWrite (context, address + offset, pc, addr_byte_size)) in EmulateSTMDA() 4399 if (!MemAWrite (context, address + offset, data, addr_byte_size)) in EmulateSTMDB() 4419 if (!MemAWrite (context, address + offset, pc, addr_byte_size)) in EmulateSTMDB() [all …]
|
D | EmulateInstructionARM.h | 293 MemAWrite (EmulateInstruction::Context &context, in MemAWrite() function
|