Lines Matching +defs:match +defs:string

167   /* Assume a match on the second char is part of drive specifier,
182 bfd_boolean match = FALSE;
189 match = TRUE;
195 match = name_match (file_spec, aname) == 0;
199 return match;
346 /* A simple wild is a literal string followed by a single '*',
561 than one spec, so if s == s0 then it cannot match
684 /* Returns TRUE when name1 is a wildcard spec that might match
685 something name2 can match. We're conservative: we return FALSE
697 terminating 0 as part of the prefix. Thus ".text" won't match
732 of the wildcards are more complex than a simple string
753 /* Check that no two specs can match the same section. */
790 will match more than one spec. */
1112 const char *string)
1125 entry = bfd_hash_newfunc (entry, table, string);
1350 If CONSTRAINT is non-zero match one with that constraint, otherwise
1351 match any non-negative constraint. If CREATE, always make a
1420 match any non-negative constraint. */
1433 ASSERT (name == entry->root.string);
1450 statement for SEC. If an exact match is found on certain flags,
1466 /* First try for an exact match. */
2456 /* Exclude sections that match UNIQUE_SECTION_LIST. */
2508 /* Exclude sections that match UNIQUE_SECTION_LIST. */
2871 /* Return a value based on how many characters match,
2892 match to the original output target. */
2925 /* Oh dear, we now have two potential candidates for a successful match.
3034 " that match endianness requirement\n"));
3648 won't match this output section statement. At this
4058 minfo (" %T\n", hash_entry->root.string);
5853 h->root.string);
5869 name = bfd_demangle (link_info.output_bfd, h->root.string,
5873 minfo ("%s", h->root.string);
5874 len = strlen (h->root.string);
7557 /* This is called for each variable name or match expression. NEW_NAME is
7558 the name of the symbol to match, or, if LITERAL_P is FALSE, a glob
7597 /* This is called for each set of variable names and match
7609 ret->match = lang_vers_match;
7748 /* Check the global and local match names, and make sure there
7918 d->match = lang_vers_match;
7965 /* Scan a space and/or comma separated string of features. */