Home
last modified time | relevance | path

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

/external/syslinux/com32/tools/
Drelocs.c76 static const char * const *sym_regex; variable
81 return sym_regex[type] && in is_reloc()
92 sym_regex = sym_regex_realmode; in regex_init()
94 sym_regex = sym_regex_kernel; in regex_init()
97 if (!sym_regex[i]) in regex_init()
100 err = regcomp(&sym_regex_c[i], sym_regex[i], in regex_init()