Searched refs:emit_goto (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dax.h112 void (*emit_goto) (int *offset_p, int *size_p); member in struct:emit_ops
H A Dax.cc274 emit_goto (int *offset_p, int *size_p) function
276 target_emit_ops ()->emit_goto (offset_p, size_p);
619 emit_goto (&(aentry->from_offset), &(aentry->from_size));
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dax.h112 void (*emit_goto) (int *offset_p, int *size_p); member in struct:emit_ops
H A Dax.cc271 emit_goto (int *offset_p, int *size_p) function
273 target_emit_ops ()->emit_goto (offset_p, size_p);
616 emit_goto (&(aentry->from_offset), &(aentry->from_size));

Completed in 126 milliseconds