Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
H A Drelocs.c121 static const char * const *sym_regex; variable
127 return sym_regex[type] && !regexec(&sym_regex_c[type], sym_name, 0, NULL, 0); in is_reloc()
137 sym_regex = sym_regex_realmode; in regex_init()
139 sym_regex = sym_regex_kernel; in regex_init()
142 if (!sym_regex[i]) in regex_init()
145 err = regcomp(&sym_regex_c[i], sym_regex[i], REG_EXTENDED|REG_NOSUB); in regex_init()