Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_type

270     enum mmo_sym_type sym_type;
1179 mmo_sym_type sym_type, unsigned int serno)
1194 n->sym_type = sym_type;
1342 enum mmo_sym_type sym_type;
1378 sym_type = mmo_reg_sym;
1389 sym_type = mmo_undef_sym;
1391 sym_type = mmo_abs_sym;
1401 sym_type = mmo_data_sym;
1418 addr, sym_type, serno))
2165 if (s->sym_type == mmo_data_sym)
2175 else if (s->sym_type == mmo_undef_sym)
2177 else if (s->sym_type == mmo_reg_sym)
2716 if (trie->sym.sym_type == mmo_reg_sym)
2718 else if (trie->sym.sym_type == mmo_undef_sym)
2725 if (trie->sym.sym_type == mmo_data_sym)
2782 if (trie->sym.sym_type == mmo_reg_sym)
2784 else if (trie->sym.sym_type == mmo_undef_sym)
2791 if (trie->sym.sym_type == mmo_data_sym)
2817 if (trie->sym.sym_type == mmo_reg_sym)
2819 else if (trie->sym.sym_type == mmo_undef_sym)
2832 if (trie->sym.sym_type == mmo_data_sym)
2962 sym.sym_type = mmo_undef_sym;
2969 sym.sym_type = mmo_data_sym;
2971 sym.sym_type = mmo_reg_sym;
2975 sym.sym_type = mmo_reg_sym;
2979 sym.sym_type = mmo_abs_sym;
3017 sym.sym_type = mmo_abs_sym;