| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
| nonstatic-var-section-ld-r.c | 11 ctf_id_t foo_type, bar_type, sym_type; local 46 while ((sym_type = ctf_symbol_next (fp, &i, &name, 0)) != CTF_ERR)
|
| nonstatic-var-section-ld.c | 11 ctf_id_t foo_type, bar_type, sym_type; local 45 while ((sym_type = ctf_symbol_next (fp, &i, &name, 0)) != CTF_ERR) 54 "but it is static\n", sym_type);
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/ |
| nonstatic-var-section-ld-r.c | 11 ctf_id_t foo_type, bar_type, sym_type; local 46 while ((sym_type = ctf_symbol_next (fp, &i, &name, 0)) != CTF_ERR)
|
| nonstatic-var-section-ld.c | 11 ctf_id_t foo_type, bar_type, sym_type; local 45 while ((sym_type = ctf_symbol_next (fp, &i, &name, 0)) != CTF_ERR) 54 "but it is static\n", sym_type);
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-cplus-symbols.c | 50 gcc_type sym_type = 0; local 57 sym_type = 0; 59 sym_type = instance->convert_type (sym.symbol->type ()); 104 (sym_type, sym.symbol->natural_name (), 212 ("variable", name.c_str (), kind.raw (), sym_type, 284 gcc_type sym_type; local 326 sym_type = instance->convert_type (type); 329 ("minsym", msym->natural_name (), kind.raw (), sym_type, nullptr, addr,
|
| compile-c-symbols.c | 58 gcc_type sym_type; local 65 sym_type = 0; 67 sym_type = context->convert_type (sym.symbol->type ()); 73 sym_type, filename, line); 107 (sym_type, sym.symbol->natural_name (), 197 sym_type, 268 gcc_type sym_type; local 309 sym_type = context->convert_type (type); 311 kind, sym_type, NULL, addr,
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-cplus-symbols.c | 50 gcc_type sym_type = 0; local 57 sym_type = 0; 59 sym_type = instance->convert_type (sym.symbol->type ()); 104 (sym_type, sym.symbol->natural_name (), 212 ("variable", name.c_str (), kind.raw (), sym_type, 284 gcc_type sym_type; local 326 sym_type = instance->convert_type (type); 329 ("minsym", msym->natural_name (), kind.raw (), sym_type, nullptr, addr,
|
| compile-c-symbols.c | 58 gcc_type sym_type; local 65 sym_type = 0; 67 sym_type = context->convert_type (sym.symbol->type ()); 73 sym_type, filename, line); 107 (sym_type, sym.symbol->natural_name (), 197 sym_type, 269 gcc_type sym_type; local 310 sym_type = context->convert_type (type); 312 kind, sym_type, NULL, addr,
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-relax-opt.cc | 235 int sym_type) 267 if ((sym_type == UNSPEC_TLSLE 268 || sym_type == UNSPEC_GOTOFF) 375 int sym_type = nds32_pic_tls_symbol_type (use_insn); local 376 valid = nds32_pic_tls_group (use_insn, RELAX_ORI, sym_type);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-relax-opt.cc | 235 int sym_type) 267 if ((sym_type == UNSPEC_TLSLE 268 || sym_type == UNSPEC_GOTOFF) 375 int sym_type = nds32_pic_tls_symbol_type (use_insn); local 376 valid = nds32_pic_tls_group (use_insn, RELAX_ORI, sym_type);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| parse.cc | 823 char sym_type; local 827 sscanf (line, "%llx %llx %c %s [%s", &sym_addr, &sym_size, &sym_type, 831 sym_text = (sym_type == 't' || sym_type == 'T');
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| parse.cc | 823 char sym_type; local 827 sscanf (line, "%llx %llx %c %s [%s", &sym_addr, &sym_size, &sym_type, 831 sym_text = (sym_type == 't' || sym_type == 'T');
|
| /src/sys/arch/hppa/include/ |
| som.h | 109 u_int sym_type : 8; member in struct:som_sym 128 /* sym_type */
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| csky-dis.c | 38 enum sym_type enum 60 enum sym_type last_type; 95 enum sym_type *sym_type) 102 *sym_type = ((name[1] == 't') ? CUR_TEXT : CUR_DATA); 1078 enum sym_type type = CUR_TEXT;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| csky-dis.c | 38 enum sym_type enum 60 enum sym_type last_type; 95 enum sym_type *sym_type) 102 *sym_type = ((name[1] == 't') ? CUR_TEXT : CUR_DATA); 1087 enum sym_type type = CUR_TEXT;
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcc1plugin.cc | 223 tree sym_type = convert_in (sym_type_in); 251 decl = build_decl (loc, code, identifier, sym_type); 219 tree sym_type = convert_in (sym_type_in); local
|
| libcp1plugin.cc | 913 tree sym_type = convert_in (sym_type_in); 940 gcc_assert (!sym_type); 946 gcc_assert (!sym_type); 1168 identifier = make_conv_op_name (TREE_TYPE (sym_type)); 1201 decl = build_lang_decl_loc (loc, code, identifier, sym_type); 1207 if (TREE_CODE (sym_type) == METHOD_TYPE) 1209 cp_type_quals (sym_type)); 1210 for (tree arg = TREE_CODE (sym_type) == METHOD_TYPE 1211 ? TREE_CHAIN (TYPE_ARG_TYPES (sym_type)) 1212 : TYPE_ARG_TYPES (sym_type); 908 tree sym_type = convert_in (sym_type_in); local [all...] |
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcc1plugin.cc | 223 tree sym_type = convert_in (sym_type_in); 251 decl = build_decl (loc, code, identifier, sym_type); 219 tree sym_type = convert_in (sym_type_in); local
|
| libcp1plugin.cc | 913 tree sym_type = convert_in (sym_type_in); 940 gcc_assert (!sym_type); 946 gcc_assert (!sym_type); 1168 identifier = make_conv_op_name (TREE_TYPE (sym_type)); 1201 decl = build_lang_decl_loc (loc, code, identifier, sym_type); 1207 if (TREE_CODE (sym_type) == METHOD_TYPE) 1209 cp_type_quals (sym_type)); 1210 for (tree arg = TREE_CODE (sym_type) == METHOD_TYPE 1211 ? TREE_CHAIN (TYPE_ARG_TYPES (sym_type)) 1212 : TYPE_ARG_TYPES (sym_type); 908 tree sym_type = convert_in (sym_type_in); local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| csky-dis.c | 38 enum sym_type enum 60 enum sym_type last_type; 95 enum sym_type *sym_type) 102 *sym_type = ((name[1] == 't') ? CUR_TEXT : CUR_DATA); 1087 enum sym_type type = CUR_TEXT;
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| csky-dis.c | 38 enum sym_type enum 60 enum sym_type last_type; 95 enum sym_type *sym_type) 102 *sym_type = ((name[1] == 't') ? CUR_TEXT : CUR_DATA); 1087 enum sym_type type = CUR_TEXT;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| mmo.c | 270 enum mmo_sym_type sym_type; member in struct:mmo_symbol 1209 mmo_sym_type sym_type, unsigned int serno) 1224 n->sym_type = sym_type; 1374 enum mmo_sym_type sym_type; local 1420 sym_type = mmo_reg_sym; 1431 sym_type = mmo_undef_sym; 1433 sym_type = mmo_abs_sym; 1443 sym_type = mmo_data_sym; 1460 addr, sym_type, serno) [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| mmo.c | 270 enum mmo_sym_type sym_type; member in struct:mmo_symbol 1210 mmo_sym_type sym_type, unsigned int serno) 1225 n->sym_type = sym_type; 1375 enum mmo_sym_type sym_type; local 1421 sym_type = mmo_reg_sym; 1432 sym_type = mmo_undef_sym; 1434 sym_type = mmo_abs_sym; 1444 sym_type = mmo_data_sym; 1461 addr, sym_type, serno) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| mmo.c | 270 enum mmo_sym_type sym_type; member in struct:mmo_symbol 1210 mmo_sym_type sym_type, unsigned int serno) 1225 n->sym_type = sym_type; 1375 enum mmo_sym_type sym_type; local 1421 sym_type = mmo_reg_sym; 1432 sym_type = mmo_undef_sym; 1434 sym_type = mmo_abs_sym; 1444 sym_type = mmo_data_sym; 1461 addr, sym_type, serno) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| mmo.c | 270 enum mmo_sym_type sym_type; member in struct:mmo_symbol 1215 mmo_sym_type sym_type, unsigned int serno) 1230 n->sym_type = sym_type; 1380 enum mmo_sym_type sym_type; local 1426 sym_type = mmo_reg_sym; 1437 sym_type = mmo_undef_sym; 1439 sym_type = mmo_abs_sym; 1449 sym_type = mmo_data_sym; 1466 addr, sym_type, serno) [all...] |