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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_bfd.c52 to be confused with 'gdb_bfd_cache', which is used for sharing
124 static htab_t gdb_bfd_cache; variable
147 /* The type of an object being looked up in gdb_bfd_cache. We use
429 if (gdb_bfd_cache == NULL)
430 gdb_bfd_cache = htab_create_alloc (1, hash_bfd, eq_bfd, NULL,
467 abfd = (struct bfd *) htab_find_with_hash (gdb_bfd_cache, &search, hash);
491 slot = htab_find_slot_with_hash (gdb_bfd_cache, &search, hash, INSERT);
614 if (gdb_bfd_cache && search.filename)
623 slot = htab_find_slot_with_hash (gdb_bfd_cache, &search, hash,
627 htab_clear_slot (gdb_bfd_cache, slo
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_bfd.c54 to be confused with 'gdb_bfd_cache', which is used for sharing
128 static htab_t gdb_bfd_cache; variable
157 /* The type of an object being looked up in gdb_bfd_cache. We use
518 if (gdb_bfd_cache == NULL)
519 gdb_bfd_cache = htab_create_alloc (1, hash_bfd, eq_bfd, NULL,
553 abfd = (struct bfd *) htab_find_with_hash (gdb_bfd_cache, &search, hash);
573 slot = htab_find_slot_with_hash (gdb_bfd_cache, &search, hash, INSERT);
691 if (gdb_bfd_cache && search.filename)
700 slot = htab_find_slot_with_hash (gdb_bfd_cache, &search, hash,
704 htab_clear_slot (gdb_bfd_cache, slo
[all...]

Completed in 106 milliseconds