Home
last modified time | relevance | path

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

/linux-6.14.4/arch/mips/boot/tools/
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()
/linux-6.14.4/arch/x86/tools/
Drelocs.c121 static regex_t sym_regex_c[S_NSYMTYPES]; variable
125 return sym_regex[type] && !regexec(&sym_regex_c[type], sym_name, 0, NULL, 0); in is_reloc()
143 err = regcomp(&sym_regex_c[i], sym_regex[i], REG_EXTENDED|REG_NOSUB); in regex_init()
146 regerror(err, &sym_regex_c[i], errbuf, sizeof(errbuf)); in regex_init()