Searched refs:st_t (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | lynx-nat.c | 84 offsetof (st_t, usp) - offsetof (st_t, ec), /* sp */ 268 int ecpoff = offsetof (st_t, ecp); in registers_addr() 596 supply_register (regno, core_reg_sect + offsetof (st_t, ec) in fetch_core_registers()
|
| /trueos/contrib/gcc/ |
| HD | mips-tfile.c | 744 } st_t; typedef 968 st_t type; /* type of the node */ 1332 static const st_t map_coff_sym_type[ (int) C_MAX ] = { 1536 STATIC symint_t add_local_symbol (const char *, const char *, st_t, sc_t, 1552 STATIC const char *st_to_string (st_t); 1754 add_local_symbol (const char *str_start, const char *str_end_p1, st_t type, in add_local_symbol() 1835 st_t begin_type = (st_t) pscope->lsym->st; in add_local_symbol() 2297 st_t proc_type = st_Proc; in add_procedure() 2323 && ((st_t) sym_ptr->st == st_Proc || (st_t) sym_ptr->st == st_StaticProc)) in add_procedure() 2330 proc_type = (st_t) sym_ptr->st; in add_procedure() [all …]
|
| HD | mips-tdump.c | 129 } st_t; typedef 205 st_t st; /* symbol type */ 245 static const char *st_to_string (st_t); 369 st_to_string (st_t symbol_type) in st_to_string() 867 st_t symbol_type = (st_t) sym_ptr->st; in print_symbol()
|
| /trueos/contrib/binutils/gas/ |
| HD | ecoff.c | 678 } st_t; typedef 834 st_t type; /* type of the node */ 1273 static const st_t map_coff_sym_type[] = { 1417 static localsym_t *add_ecoff_symbol (const char *str, st_t type, 1432 static char *st_to_string (st_t symbol_type); 1592 st_t type, /* symbol type */ in add_ecoff_symbol() 1699 st_t begin_type = (st_t) pscope->lsym->ecoff_sym.asym.st; in add_ecoff_symbol() 2375 st_t symbol_type; in st_to_string() 2495 static st_t coff_symbol_typ; 3426 st_t st; in ecoff_stab() [all …]
|