Searched refs:SYMBOL_SEARCH_NAME (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c659 if (compare (SYMBOL_SEARCH_NAME (sym), name) == 0)
680 if (compare (SYMBOL_SEARCH_NAME (next), name) == 0)
699 dict_hash (SYMBOL_SEARCH_NAME (sym)) % DICT_HASHED_NBUCKETS (dict);
881 if (compare (SYMBOL_SEARCH_NAME (sym), name) == 0)
H A Dpsymtab.c500 if (sym && strcmp_iw (SYMBOL_SEARCH_NAME (sym), name) == 0)
513 NAME), where s is a SYMBOL_SEARCH_NAME. If ORDERED_COMPARE is
555 if (ordered_compare (SYMBOL_SEARCH_NAME (*center), name) >= 0)
563 && match (SYMBOL_SEARCH_NAME (*top), name) == 0)
581 && match (SYMBOL_SEARCH_NAME (*psym), name) == 0)
679 if (strcmp_iw_ordered (SYMBOL_SEARCH_NAME (*center),
1312 return strcmp_iw_ordered (SYMBOL_SEARCH_NAME (*s1),
1313 SYMBOL_SEARCH_NAME (*s2));
H A Dsymtab.h270 name. If there is no distinct demangled name, then SYMBOL_SEARCH_NAME
272 #define SYMBOL_SEARCH_NAME(symbol) \ macro
279 (strcmp_iw (SYMBOL_SEARCH_NAME (symbol), (name)) == 0)
H A Dminsyms.c136 unsigned int hash = msymbol_hash_iw (SYMBOL_SEARCH_NAME (sym))
1109 if (SYMBOL_SEARCH_NAME (msym) != SYMBOL_LINKAGE_NAME (msym))
H A Ddwarf2read.c11390 TYPE_NAME (SYMBOL_TYPE (sym)) = SYMBOL_SEARCH_NAME (sym);

Completed in 265 milliseconds