Searched refs:sym_regex_c (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 110 static regex_t sym_regex_c[S_NSYMTYPES]; variable 114 !regexec(&sym_regex_c[type], sym_name, 0, NULL, 0); in is_reloc() 132 err = regcomp(&sym_regex_c[i], sym_regex[i], in regex_init() 136 regerror(err, &sym_regex_c[i], errbuf, sizeof(errbuf)); in regex_init()
|