Searched refs:match_name (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.h121 return match_name;
161 char *match_name; // mangled name, with globalization stripped member in class:Function
H A DFunction.cc60 match_name = NULL;
94 free (match_name);
137 name_buf = strdup (match_name);
213 if (name == NULL && *match_name == '_')
218 name = cplus_demangle (match_name, flag);
222 name = dbe_strdup (match_name);
241 free (match_name);
242 match_name = dbe_strdup (string);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth.c99 int match_name, match_ip; local
124 match_name = match_hostname(hostname, hp);
129 if (match_name > 0 || match_ip > 0) {
153 match_name = match_hostname(hostname, hp);
160 if (match_name < 0 || match_ip < 0) {
165 if (match_name > 0 || match_ip > 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.h504 make_completion_match_str (const char *match_name,
511 make_completion_match_str (gdb::unique_xmalloc_ptr<char> &&match_name,
H A Dcompleter.c1717 make_completion_match_str_1 (const char *match_name,
1731 newobj = xstrdup (match_name + (word - text));
1736 size_t len = strlen (match_name);
1739 memcpy (newobj + (text - word), match_name, len + 1);
1748 make_completion_match_str (const char *match_name,
1751 char *newobj = make_completion_match_str_1 (match_name, text, word);
1753 newobj = xstrdup (match_name);
1760 make_completion_match_str (gdb::unique_xmalloc_ptr<char> &&match_name,
1763 char *newobj = make_completion_match_str_1 (match_name.get (), text, word);
1765 return std::move (match_name);
1716 make_completion_match_str_1(const char *match_name, const char *text, const char *word) argument
1747 make_completion_match_str(const char *match_name, const char *text, const char *word) argument
1759 make_completion_match_str(gdb::unique_xmalloc_ptr<char> &&match_name, const char *text, const char *word) argument
[all...]
H A Dada-lang.c4850 symbol_name_matcher_ftype *match_name
4857 if (match_name (msymbol->linkage_name (), lookup_name, NULL)
4841 symbol_name_matcher_ftype *match_name local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.h505 make_completion_match_str (const char *match_name,
512 make_completion_match_str (gdb::unique_xmalloc_ptr<char> &&match_name,
H A Dcompleter.c1616 make_completion_match_str_1 (const char *match_name,
1630 newobj = xstrdup (match_name + (word - text));
1635 size_t len = strlen (match_name);
1638 memcpy (newobj + (text - word), match_name, len + 1);
1647 make_completion_match_str (const char *match_name,
1650 char *newobj = make_completion_match_str_1 (match_name, text, word);
1652 newobj = xstrdup (match_name);
1659 make_completion_match_str (gdb::unique_xmalloc_ptr<char> &&match_name,
1662 char *newobj = make_completion_match_str_1 (match_name.get (), text, word);
1664 return std::move (match_name);
1615 make_completion_match_str_1(const char *match_name, const char *text, const char *word) argument
1646 make_completion_match_str(const char *match_name, const char *text, const char *word) argument
1658 make_completion_match_str(gdb::unique_xmalloc_ptr<char> &&match_name, const char *text, const char *word) argument
[all...]
H A Dada-lang.c4922 symbol_name_matcher_ftype *match_name
4927 [&result, lookup_name, match_name] (struct objfile *obj)
4931 if (match_name (msymbol->linkage_name (), lookup_name, nullptr)
13048 symbol_name_matcher_ftype *match_name
13058 if (match_name (msymbol->linkage_name (), lookup_name,
4912 symbol_name_matcher_ftype *match_name local
13030 symbol_name_matcher_ftype *match_name local
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript-sections.cc853 match_name(const char*, const char*, bool *) const function in class:gold::Output_section_element
1294 match_name(const char* file_name, const char* section_name, bool* keep) const;
1450 Output_section_element_input::match_name(const char* file_name, function in class:gold::Output_section_element_input
2311 if ((*p)->match_name(file_name, section_name, keep))
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript-sections.cc853 match_name(const char*, const char*, bool *) const function in class:gold::Output_section_element
1294 match_name(const char* file_name, const char* section_name, bool* keep) const;
1450 Output_section_element_input::match_name(const char* file_name, function in class:gold::Output_section_element_input
2311 if ((*p)->match_name(file_name, section_name, keep))
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript-sections.cc853 match_name(const char*, const char*, bool *) const function in class:gold::Output_section_element
1294 match_name(const char* file_name, const char* section_name, bool* keep) const;
1450 Output_section_element_input::match_name(const char* file_name, function in class:gold::Output_section_element_input
2311 if ((*p)->match_name(file_name, section_name, keep))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c3821 const char *match_name = name.ada ().lookup_name ().c_str ();
3826 return ordered_compare (symname, match_name) == 0;
5840 const char *match_name = name.ada ().lookup_name ().c_str ();
5845 return ordered_compare (symname, match_name) == 0;
3817 const char *match_name = name.ada ().lookup_name ().c_str (); local
5836 const char *match_name = name.ada ().lookup_name ().c_str (); local
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c3165 const char *match_name = name.ada ().lookup_name ().c_str ();
3170 return ordered_compare (symname, match_name) == 0;
5220 const char *match_name = name.ada ().lookup_name ().c_str ();
5225 return ordered_compare (symname, match_name) == 0;
3161 const char *match_name = name.ada ().lookup_name ().c_str (); local
5216 const char *match_name = name.ada ().lookup_name ().c_str (); local

Completed in 340 milliseconds