Searched refs:sym_regex_c (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/mips/boot/tools/ |
D | relocs.c | 39 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-v4.19/arch/x86/tools/ |
D | relocs.c | 107 static regex_t sym_regex_c[S_NSYMTYPES]; variable 111 !regexec(&sym_regex_c[type], sym_name, 0, NULL, 0); in is_reloc() 129 err = regcomp(&sym_regex_c[i], sym_regex[i], in regex_init() 133 regerror(err, &sym_regex_c[i], errbuf, sizeof errbuf); in regex_init()
|