HomeSort by: relevance | last modified time | path
    Searched defs:insn_bytes (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
bpf-dis.c 132 bfd_byte insn_bytes[16]; local
177 status = (*info->read_memory_func) (pc, insn_bytes, 8, info);
183 word = (bpf_insn_word) bfd_getb64 (insn_bytes);
276 status = (*info->read_memory_func) (pc + 8, insn_bytes + 8,
283 word2 = (bpf_insn_word) bfd_getb64 (insn_bytes + 8);
s12z-opc.c 1226 insn_bytes_f insn_bytes;
3131 if (*myoperator != OP_INVALID && opc->insn_bytes)
3133 int n = opc->insn_bytes (mra);
1224 insn_bytes_f insn_bytes; member in struct:opcode
  /src/external/gpl3/binutils.old/dist/opcodes/
bpf-dis.c 132 bfd_byte insn_bytes[16]; local
177 status = (*info->read_memory_func) (pc, insn_bytes, 8, info);
183 word = (bpf_insn_word) bfd_getb64 (insn_bytes);
276 status = (*info->read_memory_func) (pc + 8, insn_bytes + 8,
283 word2 = (bpf_insn_word) bfd_getb64 (insn_bytes + 8);
s12z-opc.c 1226 insn_bytes_f insn_bytes;
3131 if (*myoperator != OP_INVALID && opc->insn_bytes)
3133 int n = opc->insn_bytes (mra);
1224 insn_bytes_f insn_bytes; member in struct:opcode
  /src/external/gpl3/gdb.old/dist/opcodes/
bpf-dis.c 132 bfd_byte insn_bytes[16]; local
177 status = (*info->read_memory_func) (pc, insn_bytes, 8, info);
183 word = (bpf_insn_word) bfd_getb64 (insn_bytes);
276 status = (*info->read_memory_func) (pc + 8, insn_bytes + 8,
283 word2 = (bpf_insn_word) bfd_getb64 (insn_bytes + 8);
s12z-opc.c 1226 insn_bytes_f insn_bytes;
3131 if (*myoperator != OP_INVALID && opc->insn_bytes)
3133 int n = opc->insn_bytes (mra);
1224 insn_bytes_f insn_bytes; member in struct:opcode
  /src/external/gpl3/gdb/dist/opcodes/
bpf-dis.c 132 bfd_byte insn_bytes[16]; local
177 status = (*info->read_memory_func) (pc, insn_bytes, 8, info);
183 word = (bpf_insn_word) bfd_getb64 (insn_bytes);
276 status = (*info->read_memory_func) (pc + 8, insn_bytes + 8,
283 word2 = (bpf_insn_word) bfd_getb64 (insn_bytes + 8);
s12z-opc.c 1226 insn_bytes_f insn_bytes;
3131 if (*myoperator != OP_INVALID && opc->insn_bytes)
3133 int n = opc->insn_bytes (mra);
1224 insn_bytes_f insn_bytes; member in struct:opcode
  /src/external/gpl3/binutils/dist/include/opcode/
cgen.h 273 unsigned char *insn_bytes;
274 /* Mask of bytes that are valid in INSN_BYTES. */
268 unsigned char *insn_bytes; member in struct:__anon10608
  /src/external/gpl3/binutils.old/dist/include/opcode/
cgen.h 273 unsigned char *insn_bytes;
274 /* Mask of bytes that are valid in INSN_BYTES. */
268 unsigned char *insn_bytes; member in struct:__anon12072
  /src/external/gpl3/gdb.old/dist/include/opcode/
cgen.h 273 unsigned char *insn_bytes;
274 /* Mask of bytes that are valid in INSN_BYTES. */
268 unsigned char *insn_bytes; member in struct:__anon21460
  /src/external/gpl3/gdb/dist/include/opcode/
cgen.h 273 unsigned char *insn_bytes;
274 /* Mask of bytes that are valid in INSN_BYTES. */
268 unsigned char *insn_bytes; member in struct:__anon1048
  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 1840 std::string insn_bytes = bytes_to_string (insn_buf);
1844 insn_bytes.c_str (),
1921 std::string insn_bytes = bytes_to_string (insn_buf);
1925 insn_bytes.c_str (),
1838 std::string insn_bytes = bytes_to_string (insn_buf); local
1919 std::string insn_bytes = bytes_to_string (insn_buf); local
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 1840 std::string insn_bytes = bytes_to_string (insn_buf);
1844 insn_bytes.c_str (),
1921 std::string insn_bytes = bytes_to_string (insn_buf);
1925 insn_bytes.c_str (),
1838 std::string insn_bytes = bytes_to_string (insn_buf); local
1919 std::string insn_bytes = bytes_to_string (insn_buf); local

Completed in 54 milliseconds