Lines Matching refs:memaddr
105 bfd_vma memaddr) in print_operand() argument
119 (*info->print_address_func) (memaddr + 4 * value, info); in print_operand()
153 bfd_vma memaddr, in fill_instruction() argument
160 status = (*info->read_memory_func) (memaddr + length, buffer, 4, info); in fill_instruction()
163 (*info->memory_error_func) (status, memaddr, info); in fill_instruction()
188 bfd_vma memaddr, in print_one_instruction() argument
210 status = fill_instruction (info, memaddr, (unsigned long *) &value); in print_one_instruction()
238 print_operand (info, value, insn, operand, memaddr); in print_one_instruction()
259 bfd_vma memaddr, in print_instruction() argument
288 length = print_one_instruction (info, memaddr, insn, opcode); in print_instruction()
295 length = print_instruction (info, memaddr, insn, opcode); in print_instruction()
303 print_insn_tic80 (bfd_vma memaddr, struct disassemble_info *info) in print_insn_tic80() argument
310 status = fill_instruction (info, memaddr, &insn); in print_insn_tic80()
312 status = print_instruction (info, memaddr, insn, NULL); in print_insn_tic80()