Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dobject.h327 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*,
[all …]
H A Dobject.cc430 Local_got_entry_key key(i); in do_for_all_local_got_entries()
H A DChangeLog-0815106 Local_got_entry_key for searching in local_got_offsets_.
107 * object.h (class Local_got_entry_key): New class.
115 Local_got_entry_key for searching through local_got_offsets_.
119 unsigned int to Local_got_entry_key, and add hash and equal_to.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dobject.h327 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*,
[all …]
H A Dobject.cc430 Local_got_entry_key key(i); in do_for_all_local_got_entries()
H A DChangeLog-0815106 Local_got_entry_key for searching in local_got_offsets_.
107 * object.h (class Local_got_entry_key): New class.
115 Local_got_entry_key for searching through local_got_offsets_.
119 unsigned int to Local_got_entry_key, and add hash and equal_to.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git170226 [GOLD] Remove addend from Local_got_entry_key
170227 This patch removes the addend from Local_got_entry_key, which is
170229 might be advantageous to keep the addend in Local_got_entry_key when
170237 * object.h (Local_got_entry_key): Delete addend_ field.