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

  /src/external/gpl3/gdb.old/dist/gdbserver/
ax.h 119 void (*emit_int_call_1) (CORE_ADDR fn, int arg1); member in struct:emit_ops
ax.cc 326 emit_int_call_1 (CORE_ADDR fn, int arg1) function
328 target_emit_ops ()->emit_int_call_1 (fn, arg1);
724 emit_int_call_1 (get_get_tsv_func_addr (),
  /src/external/gpl3/gdb/dist/gdbserver/
ax.h 119 void (*emit_int_call_1) (CORE_ADDR fn, int arg1); member in struct:emit_ops
ax.cc 326 emit_int_call_1 (CORE_ADDR fn, int arg1) function
328 target_emit_ops ()->emit_int_call_1 (fn, arg1);
724 emit_int_call_1 (get_get_tsv_func_addr (),

Completed in 52 milliseconds