Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddlltool.c1562 struct string_list *excl_item; in match_exclude() local
1564 for (excl_item = excludes; excl_item; excl_item = excl_item->next) in match_exclude()
1565 if (strcmp (string, excl_item->string) == 0) in match_exclude()