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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dhppa-tdep.h170 stub_unwind; member in struct:unwind_table_entry
H A Dhppa-tdep.c338 table[i].stub_unwind.stub_type = 0;
339 table[i].stub_unwind.padding = 0;
456 ui->table[index].stub_unwind.stub_type = bfd_get_8 (objfile->obfd,
2548 if (u != NULL && u->stub_unwind.stub_type == stub_type)
2624 if (u->stub_unwind.stub_type)
2627 switch (u->stub_unwind.stub_type)
2645 printf_unfiltered ("unknown (%d)\n", u->stub_unwind.stub_type);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dhppa-tdep.h173 stub_unwind; member in struct:unwind_table_entry
H A Dhppa-tdep.c328 table[i].stub_unwind.stub_type = 0;
329 table[i].stub_unwind.padding = 0;
447 ui->table[index].stub_unwind.stub_type = bfd_get_8 (objfile->obfd,
2578 if (u->stub_unwind.stub_type)
2581 switch (u->stub_unwind.stub_type)
2599 gdb_printf ("unknown (%d)\n", u->stub_unwind.stub_type);

Completed in 104 milliseconds