Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dproftool.c109 char symtype; in read_system_map() local
119 &symtype, symname); in read_system_map()
130 symtype = tolower(symtype); in read_system_map()
131 if (symtype != 't' && symtype != 'w') in read_system_map()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h62 } symtype; typedef
126 symtype type;
H A Daicasm_gram.y72 static symtype cur_symtype;
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs.h34 enum symtype { enum
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.h24 enum symtype { enum
H A Drelocs.c111 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc()