Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dxtensa-dis.c44 bfd_byte *byte_buf; member
60 memset (priv->byte_buf, 0, insn_size); in fetch_data()
63 status = (*info->read_memory_func) (memaddr, priv->byte_buf, length, in fetch_data()
144 static bfd_byte *byte_buf = NULL; in print_insn_xtensa() local
172 byte_buf = (bfd_byte *) xmalloc (MAX (maxsize, 4)); in print_insn_xtensa()
175 priv.byte_buf = byte_buf; in print_insn_xtensa()
193 xtensa_insnbuf_from_chars (isa, insn_buffer, priv.byte_buf, bytes_fetched); in print_insn_xtensa()
218 (*info->fprintf_func) (info->stream, ".byte %#02x", priv.byte_buf[0]); in print_insn_xtensa()