Home
last modified time | relevance | path

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

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