Searched refs:rel_sym_regex_c (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Drelocs.c53 static regex_t rel_sym_regex_c; variable
56 return !regexec(&rel_sym_regex_c, sym_name, 0, NULL, 0);
71 err = regcomp(&rel_sym_regex_c, rel_sym_regex,
74 regerror(err, &rel_sym_regex_c, errbuf, sizeof errbuf);

Completed in 48 milliseconds