Home
last modified time | relevance | path

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

/linux/arch/mips/boot/tools/
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()
/linux/arch/x86/tools/
A Drelocs.c119 static regex_t sym_regex_c[S_NSYMTYPES]; variable
123 !regexec(&sym_regex_c[type], sym_name, 0, NULL, 0); in is_reloc()
141 err = regcomp(&sym_regex_c[i], sym_regex[i], in regex_init()
145 regerror(err, &sym_regex_c[i], errbuf, sizeof(errbuf)); in regex_init()

Completed in 6 milliseconds