Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dxtensa-dis.c46 bfd_byte *byte_buf; member
175 memset (priv->byte_buf, 0, insn_size); in fetch_data()
178 status = (*info->read_memory_func) (memaddr, priv->byte_buf, length, in fetch_data()
277 static bfd_byte *byte_buf = NULL; in print_insn_xtensa() local
306 byte_buf = (bfd_byte *) xmalloc (MAX (maxsize, 4)); in print_insn_xtensa()
309 priv.byte_buf = byte_buf; in print_insn_xtensa()
373 xtensa_insnbuf_from_chars (isa, insn_buffer, priv.byte_buf, in print_insn_xtensa()
407 (*info->fprintf_func) (info->stream, ".byte %#02x", priv.byte_buf[0]); in print_insn_xtensa()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dxtensa-dis.c46 bfd_byte *byte_buf; member
175 memset (priv->byte_buf, 0, insn_size); in fetch_data()
178 status = (*info->read_memory_func) (memaddr, priv->byte_buf, length, in fetch_data()
281 static bfd_byte *byte_buf = NULL; in print_insn_xtensa() local
312 byte_buf = (bfd_byte *) xmalloc (MAX (maxsize, 4)); in print_insn_xtensa()
315 priv.byte_buf = byte_buf; in print_insn_xtensa()
379 xtensa_insnbuf_from_chars (isa, insn_buffer, priv.byte_buf, in print_insn_xtensa()
419 "%#02x", priv.byte_buf[0]); in print_insn_xtensa()
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dcmp.c460 char byte_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp() local
462 char const *byte_num = offtostr (byte_number, byte_buf); in cmp()
513 char byte_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp() local
514 char const *byte_num = offtostr (byte_number, byte_buf); in cmp()