Searched refs:Local_got_entry_key (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | object.h | 321 class Local_got_entry_key 324 Local_got_entry_key(unsigned int symndx, uint64_t addend) in Local_got_entry_key() function 330 eq(const Local_got_entry_key& key) const in eq() 350 operator()(const Local_got_entry_key& key1, in operator() 351 const Local_got_entry_key& key2) const in operator() 358 operator()(const Local_got_entry_key& key) const in operator() 2087 Local_got_entry_key key(symndx, addend); in do_local_has_got_offset() 2100 Local_got_entry_key key(symndx, addend); in do_local_got_offset() 2115 Local_got_entry_key key(symndx, addend); in do_set_local_got_offset() 2142 typedef Unordered_map<Local_got_entry_key, Got_offset_list*, [all …]
|
| HD | object.cc | 430 Local_got_entry_key key(i, 0); in do_for_all_local_got_entries()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | object.h | 322 class Local_got_entry_key 325 Local_got_entry_key(unsigned int symndx, uint64_t addend) in Local_got_entry_key() function 331 eq(const Local_got_entry_key& key) const in eq() 351 operator()(const Local_got_entry_key& key1, in operator() 352 const Local_got_entry_key& key2) const in operator() 359 operator()(const Local_got_entry_key& key) const in operator() 2092 Local_got_entry_key key(symndx, addend); in do_local_has_got_offset() 2105 Local_got_entry_key key(symndx, addend); in do_local_got_offset() 2120 Local_got_entry_key key(symndx, addend); in do_set_local_got_offset() 2147 typedef Unordered_map<Local_got_entry_key, Got_offset_list*, [all …]
|
| HD | object.cc | 430 Local_got_entry_key key(i, 0); in do_for_all_local_got_entries()
|