Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobjfiles.c198 struct static_link_htab_entry lookup_entry; in objfile_register_static_link() local
208 lookup_entry.block = block; in objfile_register_static_link()
209 slot = htab_find_slot (objfile->static_links.get (), &lookup_entry, INSERT); in objfile_register_static_link()
226 struct static_link_htab_entry lookup_entry; in objfile_lookup_static_link() local
230 lookup_entry.block = block; in objfile_lookup_static_link()
232 htab_find (objfile->static_links.get (), &lookup_entry)); in objfile_lookup_static_link()