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

  /src/external/gpl3/gdb.old/dist/gdbserver/
ax.h 109 void (*emit_call) (CORE_ADDR fn); member in struct:emit_ops
  /src/external/gpl3/gdb/dist/gdbserver/
ax.h 109 void (*emit_call) (CORE_ADDR fn); member in struct:emit_ops
  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 1497 emit_call (char prefix ATTRIBUTE_UNUSED, char opcode, const char * args) function
1882 p = emit_call (0, opcode + cc, p);
1886 : emit_call (0, prefix, args);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 1522 emit_call (char prefix ATTRIBUTE_UNUSED, char opcode, const char * args) function
1907 p = emit_call (0, opcode + cc, p);
1911 : emit_call (0, prefix, args);

Completed in 20 milliseconds