| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-watch.h | 56 that is an offset into the INTERRUPT_NAMES vector. Use 64 const char **interrupt_names; member in struct:_sim_watchpoints
|
| /src/external/gpl3/gdb/dist/sim/v850/ |
| interp.c | 37 const char *interrupt_names[] = variable 57 inttype = (interrupt_name - STATE_WATCHPOINTS (sd)->interrupt_names); 218 STATE_WATCHPOINTS (sd)->interrupt_names = interrupt_names;
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-watch.h | 56 that is an offset into the INTERRUPT_NAMES vector. Use 64 const char **interrupt_names; member in struct:_sim_watchpoints
|
| /src/external/gpl3/gdb.old/dist/sim/v850/ |
| interp.c | 37 const char *interrupt_names[] = variable 57 inttype = (interrupt_name - STATE_WATCHPOINTS (sd)->interrupt_names); 218 STATE_WATCHPOINTS (sd)->interrupt_names = interrupt_names;
|
| /src/external/gpl3/gdb/dist/sim/m68hc11/ |
| interrupts.c | 31 static const char *interrupt_names[] = { variable 200 if (strcasecmp (name, interrupt_names[i]) == 0) 224 sim_io_eprintf (sd, "%-10.10s ", interrupt_names[id]); 355 interrupt_names[i]); 491 interrupt_names[id]); 617 sim_io_printf (sd, "%s ", interrupt_names[int_number]); 641 interrupt_names[h->type],
|
| /src/external/gpl3/gdb.old/dist/sim/m68hc11/ |
| interrupts.c | 31 static const char *interrupt_names[] = { variable 200 if (strcasecmp (name, interrupt_names[i]) == 0) 224 sim_io_eprintf (sd, "%-10.10s ", interrupt_names[id]); 355 interrupt_names[i]); 491 interrupt_names[id]); 617 sim_io_printf (sd, "%s ", interrupt_names[int_number]); 641 interrupt_names[h->type],
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-z8k.c | 501 struct interrupt_names { struct 506 static struct interrupt_names intr_table[] = {
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-z8k.c | 501 struct interrupt_names { struct 506 static struct interrupt_names intr_table[] = {
|