Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/tools/
H A Drelocs.c118 static const char * const *sym_regex; variable
123 return sym_regex[type] && in is_reloc()
134 sym_regex = sym_regex_realmode; in regex_init()
136 sym_regex = sym_regex_kernel; in regex_init()
139 if (!sym_regex[i]) in regex_init()
142 err = regcomp(&sym_regex_c[i], sym_regex[i], in regex_init()