Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dproftool.c108 char symtype; in read_system_map() local
118 &symtype, symname); in read_system_map()
129 symtype = tolower(symtype); in read_system_map()
130 if (symtype != 't' && symtype != 'w') in read_system_map()
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h62 } symtype; typedef
126 symtype type;
H A Daicasm_gram.y71 static symtype cur_symtype;
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.h34 enum symtype { enum
/openbmc/linux/arch/x86/tools/
H A Drelocs.h25 enum symtype { enum
H A Drelocs.c121 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc()
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.h204 uint32_t symtype; member