Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dldlang.c141 name_match (const char *pattern, const char *name) in name_match() function
182 || name_match (sep + 1, f->filename) == 0) in input_statement_is_archive_path()
192 match = name_match (file_spec, aname) == 0; in input_statement_is_archive_path()
214 if (name_match (unam->name, secnam) == 0) in unique_section_p()
250 else if (name_match (list_tmp->name, file->filename) == 0) in walk_wild_consider_section()
258 && name_match (list_tmp->name, in walk_wild_consider_section()
292 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.25/gold/
Dscript-sections.cc83 name_match(const char* name, size_t namelen) in name_match() function in gold::Memory_region
3125 if ((*m)->name_match(name, namelen)) in find_memory_region()