Searched refs:kttv (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc1888 ktt_compare(const void* keyv, const void* kttv) argument
1892 static_cast<const Keyword_to_parsecode::Keyword_parsecode*>(kttv);
1910 void* kttv = bsearch(&key, local
1915 if (kttv == NULL)
1917 Keyword_parsecode* ktt = static_cast<Keyword_parsecode*>(kttv);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.cc1888 ktt_compare(const void* keyv, const void* kttv) argument
1892 static_cast<const Keyword_to_parsecode::Keyword_parsecode*>(kttv);
1910 void* kttv = bsearch(&key, local
1915 if (kttv == NULL)
1917 Keyword_parsecode* ktt = static_cast<Keyword_parsecode*>(kttv);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript.cc1888 ktt_compare(const void* keyv, const void* kttv) argument
1892 static_cast<const Keyword_to_parsecode::Keyword_parsecode*>(kttv);
1910 void* kttv = bsearch(&key, local
1915 if (kttv == NULL)
1917 Keyword_parsecode* ktt = static_cast<Keyword_parsecode*>(kttv);

Completed in 94 milliseconds