Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/boot/tools/
Drelocs.h39 S_NSYMTYPES enumerator
/linux-5.19.10/arch/x86/tools/
Drelocs.h30 S_NSYMTYPES enumerator
Drelocs.c48 static const char * const sym_regex_kernel[S_NSYMTYPES] = {
95 static const char * const sym_regex_realmode[S_NSYMTYPES] = {
119 static regex_t sym_regex_c[S_NSYMTYPES];
137 for (i = 0; i < S_NSYMTYPES; i++) { in regex_init()