Lines Matching refs:the_buffer
112 bfd_byte the_buffer[MAXLEN]; member
178 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer); in fetch_data()
190 if (priv->max_fetched == priv->the_buffer) in fetch_data()
2037 priv.max_fetched = priv.the_buffer; in print_insn()
2049 start_codep = priv.the_buffer; in print_insn()
2050 codep = priv.the_buffer; in print_insn()
2059 if (codep > priv.the_buffer) in print_insn()
2061 name = prefix_name (priv.the_buffer[0], priv.orig_sizeflag); in print_insn()
2068 (unsigned int) priv.the_buffer[0]); in print_insn()
2093 name = prefix_name (priv.the_buffer[0], priv.orig_sizeflag); in print_insn()
2239 name = prefix_name (priv.the_buffer[0], priv.orig_sizeflag); in print_insn()
2312 return codep - priv.the_buffer; in print_insn()