Searched refs:all_bfds (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_bfd.c56 static htab_t all_bfds; variable
394 slot = htab_find_slot (all_bfds, abfd, INSERT);
634 htab_remove_elt (all_bfds, abfd);
998 htab_traverse (all_bfds, print_one_bfd, uiout);
1005 all_bfds = htab_create_alloc (10, htab_hash_pointer, htab_eq_pointer,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_bfd.c58 static htab_t all_bfds; variable
483 slot = htab_find_slot (all_bfds, abfd, INSERT);
710 htab_remove_elt (all_bfds, abfd);
1105 htab_traverse (all_bfds, print_one_bfd, uiout);
1175 all_bfds = htab_create_alloc (10, htab_hash_pointer, htab_eq_pointer,

Completed in 213 milliseconds