Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h66 } symtype; typedef
130 symtype type;
Daicasm_gram.y76 static symtype cur_symtype;
/linux-4.4.14/arch/x86/tools/
Drelocs.h23 enum symtype { enum
Drelocs.c106 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc()