Searched refs:Stringpool_template (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
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 …]
|
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;
|
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>*,
|
D | object.h | 53 class Stringpool_template; variable 1141 count_local_symbols(Stringpool_template<char>* pool, in count_local_symbols() 1142 Stringpool_template<char>* dynpool) in count_local_symbols() 1330 do_count_local_symbols(Stringpool_template<char>*, 1331 Stringpool_template<char>*) = 0; 2301 do_count_local_symbols(Stringpool_template<char>*, 2302 Stringpool_template<char>*); 2612 const Stringpool_template<char>*, 2613 const Stringpool_template<char>*,
|
D | merge.h | 562 Stringpool_template<Char_type> stringpool_;
|
D | incremental.h | 1995 do_count_local_symbols(Stringpool_template<char>*, 1996 Stringpool_template<char>*);
|
D | ChangeLog | 436 * stringpool.cc (Stringpool_template): Don't optimize if section 1225 * stringpool.cc (Stringpool_template::reserve): Add 1227 * stringpool.cc (Stringpool_template::print_stats): Likewise. 1925 * stringpool.cc (Stringpool_template::new_key_offset): Fix 1937 (Stringpool_template<Stringpool_char>::Stringpool_template): Add 1939 (Stringpool_template<Stringpool_char>::addralign_): New class member. 1940 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset): 1942 (Stringpool_template<Stringpool_char>::set_string_offsets): 5466 * stringpool.h (class Stringpool_template): Add variant of add 8243 * stringpool.cc (Stringpool_template::string_length): Move [all …]
|
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()
|
D | incremental.cc | 2465 Stringpool_template<char>* pool, in do_count_local_symbols() 2466 Stringpool_template<char>*) in do_count_local_symbols()
|
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()
|
D | mips.cc | 1759 do_count_local_symbols(Stringpool_template<char>*, 1760 Stringpool_template<char>*); 5818 Stringpool_template<char>* pool, in do_count_local_symbols() 5819 Stringpool_template<char>* dynpool) in do_count_local_symbols()
|
D | arm.cc | 1676 do_count_local_symbols(Stringpool_template<char>*, 1677 Stringpool_template<char>*); 6487 Stringpool_template<char>* pool, in do_count_local_symbols() 6488 Stringpool_template<char>* dynpool) in do_count_local_symbols()
|