HomeSort by relevance Sort by last modified time
    Searched refs:Stringpool_template (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
binary.h 38 class Stringpool_template;
90 write_section_header(const char*, const Stringpool_template<char>*,
97 write_symbol(const std::string&, const Stringpool_template<char>*,
stringpool.cc 37 Stringpool_template<Stringpool_char>::Stringpool_template(uint64_t addralign)
50 Stringpool_template<Stringpool_char>::clear()
62 Stringpool_template<Stringpool_char>::~Stringpool_template()
74 Stringpool_template<Stringpool_char>::reserve(unsigned int n)
100 Stringpool_template<Stringpool_char>::string_equal(const Stringpool_char* s1,
113 Stringpool_template<char>::string_equal(const char* s1, const char* s2)
122 Stringpool_template<Stringpool_char>::Stringpool_eq::operator()(
137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s
    [all...]
stringpool.h 168 // Stringpools are implemented in terms of Stringpool_template, which
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;
object.h 53 class Stringpool_template;
    [all...]
merge.h 562 Stringpool_template<Char_type> stringpool_;
incremental.h     [all...]
dwp.cc 414 do_count_local_symbols(Stringpool_template<char>*,
415 Stringpool_template<char>*)
    [all...]
incremental.cc     [all...]
aarch64.cc     [all...]
arm.cc     [all...]
mips.cc     [all...]

Completed in 1043 milliseconds