Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/
Dldlang.c146 name_match (const char *pattern, const char *name) in name_match() function
187 || name_match (sep + 1, f->filename) == 0) in input_statement_is_archive_path()
197 match = name_match (file_spec, aname) == 0; in input_statement_is_archive_path()
219 if (name_match (unam->name, secnam) == 0) in unique_section_p()
255 else if (name_match (list_tmp->name, file->filename) == 0) in walk_wild_consider_section()
263 && name_match (list_tmp->name, in walk_wild_consider_section()
297 skip = name_match (sec->spec.name, sname) != 0; in walk_wild_section_general()
DChangeLog-2008612 * ldlang.c (name_match): New function.
/toolchain/binutils/binutils-2.27/gold/
Dscript-sections.cc83 name_match(const char* name, size_t namelen) in name_match() function in gold::Memory_region
3237 if ((*m)->name_match(name, namelen)) in find_memory_region()