Lines Matching refs:Local_got_entry_key
327 class Local_got_entry_key
330 Local_got_entry_key(unsigned int symndx) in Local_got_entry_key() function
336 eq(const Local_got_entry_key& key) const in eq()
355 operator()(const Local_got_entry_key& key1, in operator()
356 const Local_got_entry_key& key2) const in operator()
363 operator()(const Local_got_entry_key& key) const in operator()
2116 Local_got_entry_key key(symndx); in do_local_has_got_offset()
2129 Local_got_entry_key key(symndx); in do_local_got_offset()
2144 Local_got_entry_key key(symndx); in do_set_local_got_offset()
2171 typedef Unordered_map<Local_got_entry_key, Got_offset_list*,
2172 Local_got_entry_key::hash,
2173 Local_got_entry_key::equal_to> Local_got_offsets;