Searched refs:bytes_fetched (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | xtensa-dis.c | 276 int bytes_fetched, size, maxsize, i, n, noperands, nslots; in print_insn_xtensa() local 364 bytes_fetched = fetch_data (info, memaddr); in print_insn_xtensa() 380 bytes_fetched); in print_insn_xtensa() 384 && ((size = xtensa_format_length (isa, fmt)) <= bytes_fetched) in print_insn_xtensa() 406 && (memaddr & 3) == 0 && bytes_fetched >= 4) in print_insn_xtensa()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | xtensa-dis.c | 276 int bytes_fetched, size, maxsize, i, n, noperands, nslots; in print_insn_xtensa() local 364 bytes_fetched = fetch_data (info, memaddr); in print_insn_xtensa() 380 bytes_fetched); in print_insn_xtensa() 384 && ((size = xtensa_format_length (isa, fmt)) <= bytes_fetched) in print_insn_xtensa() 406 && (memaddr & 3) == 0 && bytes_fetched >= 4) in print_insn_xtensa()
|