sym_regex_c 39 arch/mips/boot/tools/relocs.c static regex_t sym_regex_c; sym_regex_c 43 arch/mips/boot/tools/relocs.c return !regexec(&sym_regex_c, sym_name, 0, NULL, 0); sym_regex_c 51 arch/mips/boot/tools/relocs.c err = regcomp(&sym_regex_c, regex_sym_kernel, sym_regex_c 55 arch/mips/boot/tools/relocs.c regerror(err, &sym_regex_c, errbuf, sizeof(errbuf)); sym_regex_c 109 arch/x86/tools/relocs.c static regex_t sym_regex_c[S_NSYMTYPES]; sym_regex_c 113 arch/x86/tools/relocs.c !regexec(&sym_regex_c[type], sym_name, 0, NULL, 0); sym_regex_c 131 arch/x86/tools/relocs.c err = regcomp(&sym_regex_c[i], sym_regex[i], sym_regex_c 135 arch/x86/tools/relocs.c regerror(err, &sym_regex_c[i], errbuf, sizeof(errbuf));