Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c12752 uint32_t memory_index = 0; in arm_record_exreg_ld_st_insn() local
12775 record_buf_mem[memory_index] = 4; in arm_record_exreg_ld_st_insn()
12776 record_buf_mem[memory_index + 1] = start_address; in arm_record_exreg_ld_st_insn()
12778 memory_index = memory_index + 2; in arm_record_exreg_ld_st_insn()
12782 record_buf_mem[memory_index] = 4; in arm_record_exreg_ld_st_insn()
12783 record_buf_mem[memory_index + 1] = start_address; in arm_record_exreg_ld_st_insn()
12784 record_buf_mem[memory_index + 2] = 4; in arm_record_exreg_ld_st_insn()
12785 record_buf_mem[memory_index + 3] = start_address + 4; in arm_record_exreg_ld_st_insn()
12787 memory_index = memory_index + 4; in arm_record_exreg_ld_st_insn()
12791 arm_insn_r->mem_rec_count = (memory_index >> 1); in arm_record_exreg_ld_st_insn()
[all …]