Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h62 } symtype; typedef
126 symtype type;
Daicasm_gram.y72 static symtype cur_symtype;
/kernel/linux/linux-5.10/arch/mips/boot/tools/
Drelocs.h34 enum symtype { enum
/kernel/linux/linux-5.10/arch/x86/tools/
Drelocs.h24 enum symtype { enum
Drelocs.c110 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc()