Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/boot/tools/
Drelocs.h39 S_NSYMTYPES enumerator
/linux-6.12.1/arch/x86/tools/
Drelocs.h30 S_NSYMTYPES enumerator
Drelocs.c49 static const char * const sym_regex_kernel[S_NSYMTYPES] = {
97 static const char * const sym_regex_realmode[S_NSYMTYPES] = {
121 static regex_t sym_regex_c[S_NSYMTYPES];
139 for (i = 0; i < S_NSYMTYPES; i++) { in regex_init()