Home
last modified time | relevance | path

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

/arch/mips/boot/tools/
Drelocs.h39 S_NSYMTYPES enumerator
/arch/x86/tools/
Drelocs.h29 S_NSYMTYPES enumerator
Drelocs.c38 static const char * const sym_regex_kernel[S_NSYMTYPES] = {
82 static const char * const sym_regex_realmode[S_NSYMTYPES] = {
106 static regex_t sym_regex_c[S_NSYMTYPES];
124 for (i = 0; i < S_NSYMTYPES; i++) { in regex_init()