| /src/external/gpl3/gcc/dist/libbacktrace/ |
| pecoff.c | 776 const char *dbg_name = debug_section_names[j]; local 780 match = coff_long_name_eq (dbg_name, str_off, &str_view); 782 match = coff_short_name_eq (dbg_name, s->name);
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| pecoff.c | 763 const char *dbg_name = debug_section_names[j]; local 767 match = coff_long_name_eq (dbg_name, str_off, &str_view); 769 match = coff_short_name_eq (dbg_name, s->name);
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| pecoff.c | 776 const char *dbg_name = debug_section_names[j]; local 780 match = coff_long_name_eq (dbg_name, str_off, &str_view); 782 match = coff_short_name_eq (dbg_name, s->name);
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| pecoff.c | 776 const char *dbg_name = debug_section_names[j]; local 780 match = coff_long_name_eq (dbg_name, str_off, &str_view); 782 match = coff_short_name_eq (dbg_name, s->name);
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 6241 const char *dbg_name, *dbg_appd; local 6249 dbg_name = dbgop == 0 ? "DBGA" : "DBGAL"; 6255 dbg_name = dbgop == 1 ? "DBGA" : "DBGAH"; 6264 TRACE_INSN (cpu, "%s (%s%s, 0x%x);", dbg_name, reg_name, dbg_appd, expected); 6268 pc, dbg_name, reg_name, dbg_appd, expected, actual);
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 6241 const char *dbg_name, *dbg_appd; local 6249 dbg_name = dbgop == 0 ? "DBGA" : "DBGAL"; 6255 dbg_name = dbgop == 1 ? "DBGA" : "DBGAH"; 6264 TRACE_INSN (cpu, "%s (%s%s, 0x%x);", dbg_name, reg_name, dbg_appd, expected); 6268 pc, dbg_name, reg_name, dbg_appd, expected, actual);
|