/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | stringpool.cc | 37 Stringpool_template<Stringpool_char>::Stringpool_template(uint64_t addralign) in Stringpool_template() function in gold::Stringpool_template 50 Stringpool_template<Stringpool_char>::clear() in clear() 62 Stringpool_template<Stringpool_char>::~Stringpool_template() in ~Stringpool_template() 74 Stringpool_template<Stringpool_char>::reserve(unsigned int n) in reserve() 100 Stringpool_template<Stringpool_char>::string_equal(const Stringpool_char* s1, in string_equal() 113 Stringpool_template<char>::string_equal(const char* s1, const char* s2) in string_equal() 122 Stringpool_template<Stringpool_char>::Stringpool_eq::operator()( in operator ()() 137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s, in string_hash() 150 Stringpool_template<Stringpool_char>::add_string(const Stringpool_char* s, in add_string() 213 Stringpool_template<Stringpool_char>::add(const Stringpool_char* s, bool copy, in add() [all …]
|
H A D | stringpool.h | 174 class Stringpool_template 183 Stringpool_template(uint64_t addralign = 1); 185 ~Stringpool_template(); 293 Stringpool_template(const Stringpool_template&); 294 Stringpool_template& operator=(const Stringpool_template&); 417 typedef Stringpool_template<char> Stringpool;
|
H A D | binary.h | 38 class Stringpool_template; variable 90 write_section_header(const char*, const Stringpool_template<char>*, 97 write_symbol(const std::string&, const Stringpool_template<char>*,
|
H A D | object.h | 55 class Stringpool_template; variable 1242 count_local_symbols(Stringpool_template<char>* pool, in count_local_symbols() 1243 Stringpool_template<char>* dynpool) in count_local_symbols() 1443 do_count_local_symbols(Stringpool_template<char>*, 1444 Stringpool_template<char>*) = 0; 2431 do_count_local_symbols(Stringpool_template<char>*, 2432 Stringpool_template<char>*); 2764 const Stringpool_template<char>*, 2765 const Stringpool_template<char>*,
|
H A D | merge.h | 502 Stringpool_template<Char_type> stringpool_;
|
H A D | incremental.h | 2002 do_count_local_symbols(Stringpool_template<char>*, 2003 Stringpool_template<char>*);
|
H A D | incremental.cc | 2471 Stringpool_template<char>* pool, in do_count_local_symbols() 2472 Stringpool_template<char>*) in do_count_local_symbols()
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | stringpool.cc | 37 Stringpool_template<Stringpool_char>::Stringpool_template(uint64_t addralign) in Stringpool_template() function in gold::Stringpool_template 50 Stringpool_template<Stringpool_char>::clear() in clear() 62 Stringpool_template<Stringpool_char>::~Stringpool_template() in ~Stringpool_template() 74 Stringpool_template<Stringpool_char>::reserve(unsigned int n) in reserve() 100 Stringpool_template<Stringpool_char>::string_equal(const Stringpool_char* s1, in string_equal() 113 Stringpool_template<char>::string_equal(const char* s1, const char* s2) in string_equal() 122 Stringpool_template<Stringpool_char>::Stringpool_eq::operator()( in operator ()() 137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s, in string_hash() 150 Stringpool_template<Stringpool_char>::add_string(const Stringpool_char* s, in add_string() 213 Stringpool_template<Stringpool_char>::add(const Stringpool_char* s, bool copy, in add() [all …]
|
H A D | stringpool.h | 174 class Stringpool_template 183 Stringpool_template(uint64_t addralign = 1); 185 ~Stringpool_template(); 293 Stringpool_template(const Stringpool_template&); 294 Stringpool_template& operator=(const Stringpool_template&); 417 typedef Stringpool_template<char> Stringpool;
|
H A D | binary.h | 38 class Stringpool_template; variable 90 write_section_header(const char*, const Stringpool_template<char>*, 97 write_symbol(const std::string&, const Stringpool_template<char>*,
|
H A D | object.h | 54 class Stringpool_template; variable 1237 count_local_symbols(Stringpool_template<char>* pool, in count_local_symbols() 1238 Stringpool_template<char>* dynpool) in count_local_symbols() 1438 do_count_local_symbols(Stringpool_template<char>*, 1439 Stringpool_template<char>*) = 0; 2416 do_count_local_symbols(Stringpool_template<char>*, 2417 Stringpool_template<char>*); 2733 const Stringpool_template<char>*, 2734 const Stringpool_template<char>*,
|
H A D | merge.h | 502 Stringpool_template<Char_type> stringpool_;
|
H A D | incremental.h | 1995 do_count_local_symbols(Stringpool_template<char>*, 1996 Stringpool_template<char>*);
|
H A D | dwp.cc | 414 do_count_local_symbols(Stringpool_template<char>*, in do_count_local_symbols() 415 Stringpool_template<char>*) in do_count_local_symbols()
|
H A D | incremental.cc | 2466 Stringpool_template<char>* pool, in do_count_local_symbols() 2467 Stringpool_template<char>*) in do_count_local_symbols()
|
H A D | aarch64.cc | 1817 do_count_local_symbols(Stringpool_template<char>*, 1818 Stringpool_template<char>*); 1850 Stringpool_template<char>* pool, Stringpool_template<char>* dynpool) in do_count_local_symbols()
|
H A D | arm.cc | 1676 do_count_local_symbols(Stringpool_template<char>*, 1677 Stringpool_template<char>*); 6458 Stringpool_template<char>* pool, in do_count_local_symbols() 6459 Stringpool_template<char>* dynpool) in do_count_local_symbols()
|
H A D | mips.cc | 1874 do_count_local_symbols(Stringpool_template<char>*, 1875 Stringpool_template<char>*); 6687 Stringpool_template<char>* pool, in do_count_local_symbols() 6688 Stringpool_template<char>* dynpool) in do_count_local_symbols()
|