Home
last modified time | relevance | path

Searched refs:do_pxdb (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsomread.c51 extern void do_pxdb (bfd *);
323 do_pxdb (symfile_bfd_open (objfile->name)); in som_symfile_read()
Dhpread.c147 void do_pxdb (bfd *);
360 unsigned int do_pxdb; in hpread_pxdb_needed() local
399 do_pxdb = 0; in hpread_pxdb_needed()
465 do_pxdb = 0; in hpread_pxdb_needed()
470 do_pxdb = 1; in hpread_pxdb_needed()
473 if (do_pxdb) in hpread_pxdb_needed()
489 do_pxdb (bfd *sym_bfd) in do_pxdb() function