Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/module/
Dmain.c1351 static bool ignore_undef_symbol(Elf_Half emachine, const char *name) in ignore_undef_symbol() argument
1361 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()