Home
last modified time | relevance | path

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

/linux/arch/mips/boot/tools/
H A Drelocs.c39 static regex_t sym_regex_c; variable
43 return !regexec(&sym_regex_c, sym_name, 0, NULL, 0); in regex_skip_reloc()
51 err = regcomp(&sym_regex_c, regex_sym_kernel, in regex_init()
55 regerror(err, &sym_regex_c, errbuf, sizeof(errbuf)); in regex_init()