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

  /src/external/gpl3/gdb/dist/gdbserver/
ax.h 105 void (*emit_if_goto) (int *offset_p, int *size_p); member in struct:emit_ops
ax.cc 264 emit_if_goto (int *offset_p, int *size_p) function
266 target_emit_ops ()->emit_if_goto (offset_p, size_p);
608 emit_if_goto (&(aentry->from_offset), &(aentry->from_size));
  /src/external/gpl3/gdb.old/dist/gdbserver/
ax.h 105 void (*emit_if_goto) (int *offset_p, int *size_p); member in struct:emit_ops
ax.cc 264 emit_if_goto (int *offset_p, int *size_p) function
266 target_emit_ops ()->emit_if_goto (offset_p, size_p);
608 emit_if_goto (&(aentry->from_offset), &(aentry->from_size));

Completed in 30 milliseconds