Home
last modified time | relevance | path

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

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