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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 2489 static sc_t coff_storage_class;
2523 coff_storage_class = sc_Nil;
2606 coff_storage_class = map_coff_storage[val];
2816 coff_storage_class = sc_Nil;
2940 sym = add_ecoff_symbol (name, coff_symbol_typ, coff_storage_class,
2470 static sc_t coff_storage_class; variable
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 2489 static sc_t coff_storage_class;
2523 coff_storage_class = sc_Nil;
2606 coff_storage_class = map_coff_storage[val];
2816 coff_storage_class = sc_Nil;
2940 sym = add_ecoff_symbol (name, coff_symbol_typ, coff_storage_class,
2470 static sc_t coff_storage_class; variable

Completed in 25 milliseconds