Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.h39 S_NSYMTYPES enumerator
/openbmc/linux/arch/x86/tools/
H A Drelocs.h30 S_NSYMTYPES enumerator
H A Drelocs.c48 static const char * const sym_regex_kernel[S_NSYMTYPES] = {
96 static const char * const sym_regex_realmode[S_NSYMTYPES] = {
120 static regex_t sym_regex_c[S_NSYMTYPES];
138 for (i = 0; i < S_NSYMTYPES; i++) { in regex_init()