Searched refs:symbol_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsomread.c141 switch (bufp->symbol_type)
192 switch (bufp->symbol_type)
272 switch (bufp->symbol_type)
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c375 st_to_string (st_t symbol_type)
377 switch(symbol_type)
878 st_t symbol_type = (st_t) sym_ptr->st;
886 switch (symbol_type)
905 scope_ptr->st = symbol_type;
959 scope_ptr->st = symbol_type;
1022 st_to_string (symbol_type), sc_to_string (storage_class));
369 st_to_string(st_t symbol_type) argument
867 st_t symbol_type = (st_t) sym_ptr->st; local
H A Dmips-tfile.c2560 st_to_string (st_t symbol_type)
2562 switch (symbol_type)
2795 st_t symbol_type = st_Nil;
2978 if (symbol_type == st_Nil)
2980 symbol_type = map_coff_sym_type[arg_number];
3137 symbol_type = (st_t) ptr->st;
3202 if (symbol_type == st_Block || symbol_type == st_End)
3251 switch (symbol_type)
3307 symbol_type, storage_clas
2535 st_to_string(st_t symbol_type) argument
2766 st_t symbol_type = st_Nil; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c512 enum mips_symbol_type symbol_type; member in struct:mips_address_info
1340 mips_symbolic_constant_p (rtx x, enum mips_symbol_type *symbol_type)
1346 *symbol_type = UNSPEC_ADDRESS_TYPE (x);
1349 *symbol_type = mips_classify_symbol (x);
1350 if (*symbol_type == SYMBOL_TLS)
1361 switch (*symbol_type)
1472 mips_symbolic_address_p (enum mips_symbol_type symbol_type,
1475 switch (symbol_type)
1542 && mips_symbolic_constant_p (info->offset, &info->symbol_type)
1543 && mips_symbolic_address_p (info->symbol_type, mod
1336 mips_symbolic_constant_p(rtx x, enum mips_symbol_type *symbol_type) argument
1468 mips_symbolic_address_p(enum mips_symbol_type symbol_type, enum machine_mode mode) argument
1786 enum mips_symbol_type symbol_type; local
1934 mips_unspec_address(rtx address, enum mips_symbol_type symbol_type) argument
1953 mips_unspec_offset_high(rtx temp, rtx base, rtx addr, enum mips_symbol_type symbol_type) argument
2116 enum mips_symbol_type symbol_type; local
5669 enum mips_symbol_type symbol_type; local
6110 enum mips_symbol_type symbol_type; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c1436 static char *st_to_string (st_t symbol_type);
2390 st_to_string (symbol_type)
2391 st_t symbol_type;
2393 switch (symbol_type)

Completed in 141 milliseconds