Searched refs:lookup_entry (Results 1 – 1 of 1) sorted by relevance
198 struct static_link_htab_entry lookup_entry; in objfile_register_static_link() local208 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() local230 lookup_entry.block = block; in objfile_lookup_static_link()232 htab_find (objfile->static_links.get (), &lookup_entry)); in objfile_lookup_static_link()