Searched refs:string_hash (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | stringpool.h | 303 string_hash(const Stringpool_char*, size_t length); 350 : string(s), length(string_length(s)), hash_code(string_hash(s, length)) in Hashkey() 354 : string(s), length(len), hash_code(string_hash(s, len)) in Hashkey()
|
D | gold.h | 271 string_hash(const Char_type* s, size_t length) in string_hash() function 289 string_hash(const Char_type* s) in string_hash() function
|
D | stringpool.cc | 137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s, in string_hash() function in gold::Stringpool_template 140 return gold::string_hash<Stringpool_char>(s, length); in string_hash()
|
D | aarch64.cc | 1229 size_t name_hash_value = gold::string_hash<char>( in hash_value()
|
D | ChangeLog | 11986 * gold.h (string_hash): New template. 11988 gold::string_hash. 11989 (Input_section_specifier::string_hash): Remove. 11990 * stringpool.cc (Stringpool_template::string_hash): Use 11991 gold::string_hash.
|
D | arm.cc | 573 ^ gold::string_hash<char>( in hash_value()
|