Home
last modified time | relevance | path

Searched refs:pkey (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dstringpool.cc214 Key* pkey) in add() argument
216 return this->add_with_length(s, string_length(s), copy, pkey); in add()
244 Key* pkey) in add_with_length() argument
273 if (pkey != NULL) in add_with_length()
274 *pkey = p->second; in add_with_length()
287 if (pkey != NULL) in add_with_length()
288 *pkey = p->second; in add_with_length()
303 if (pkey != NULL) in add_with_length()
304 *pkey = k; in add_with_length()
311 Key* pkey) const in find()
[all …]
Dstringpool.h220 add(const Stringpool_char* s, bool copy, Key* pkey);
224 add(const std::basic_string<Stringpool_char>& s, bool copy, Key* pkey) in add() argument
225 { return this->add_with_length(s.data(), s.size(), copy, pkey); } in add()
230 add_with_length(const Stringpool_char* s, size_t len, bool copy, Key* pkey);
236 find(const Stringpool_char* s, Key* pkey) const;
/toolchain/binutils/binutils-2.25/binutils/
Dresbin.c904 const char *key, unichar **pkey, in get_version_header() argument
924 *pkey = get_unicode (wrbfd, data, length, &sublen); in get_version_header()