Home
last modified time | relevance | path

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

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