HomeSort by: relevance | last modified time | path
    Searched defs:mmo_data_sym (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mmo.c 259 enum mmo_sym_type { mmo_reg_sym, mmo_undef_sym, mmo_data_sym, mmo_abs_sym}; enumerator in enum:mmo_sym_type
1443 sym_type = mmo_data_sym;
2252 if (s->sym_type == mmo_data_sym)
2812 if (trie->sym.sym_type == mmo_data_sym)
2878 if (trie->sym.sym_type == mmo_data_sym)
2919 if (trie->sym.sym_type == mmo_data_sym)
3060 sym.sym_type = mmo_data_sym;
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 259 enum mmo_sym_type { mmo_reg_sym, mmo_undef_sym, mmo_data_sym, mmo_abs_sym}; enumerator in enum:mmo_sym_type
1444 sym_type = mmo_data_sym;
2253 if (s->sym_type == mmo_data_sym)
2813 if (trie->sym.sym_type == mmo_data_sym)
2879 if (trie->sym.sym_type == mmo_data_sym)
2920 if (trie->sym.sym_type == mmo_data_sym)
3061 sym.sym_type = mmo_data_sym;
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 259 enum mmo_sym_type { mmo_reg_sym, mmo_undef_sym, mmo_data_sym, mmo_abs_sym}; enumerator in enum:mmo_sym_type
1444 sym_type = mmo_data_sym;
2253 if (s->sym_type == mmo_data_sym)
2813 if (trie->sym.sym_type == mmo_data_sym)
2879 if (trie->sym.sym_type == mmo_data_sym)
2920 if (trie->sym.sym_type == mmo_data_sym)
3061 sym.sym_type = mmo_data_sym;
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 259 enum mmo_sym_type { mmo_reg_sym, mmo_undef_sym, mmo_data_sym, mmo_abs_sym}; enumerator in enum:mmo_sym_type
1449 sym_type = mmo_data_sym;
2261 if (s->sym_type == mmo_data_sym)
2821 if (trie->sym.sym_type == mmo_data_sym)
2887 if (trie->sym.sym_type == mmo_data_sym)
2928 if (trie->sym.sym_type == mmo_data_sym)
3069 sym.sym_type = mmo_data_sym;

Completed in 35 milliseconds