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

  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 1427 coff_symbol_type *c_symbol = coff_symbol_from (symbol); local
1429 if (c_symbol == (coff_symbol_type *) NULL
1430 || c_symbol->native == (combined_entry_type *) NULL)
1450 BFD_ASSERT (c_symbol->native->is_sym);
1452 &c_symbol->native->u.syment);
1455 n_sclass = &c_symbol->native->u.syment.n_sclass;
1474 c_symbol->native->u.syment.n_sclass = C_EXT;
1477 if (!coff_write_native_symbol (abfd, c_symbol, &written,
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 1419 coff_symbol_type *c_symbol = coff_symbol_from (symbol); local
1421 if (c_symbol == (coff_symbol_type *) NULL
1422 || c_symbol->native == (combined_entry_type *) NULL)
1442 BFD_ASSERT (c_symbol->native->is_sym);
1444 &c_symbol->native->u.syment);
1447 n_sclass = &c_symbol->native->u.syment.n_sclass;
1466 c_symbol->native->u.syment.n_sclass = C_EXT;
1469 if (!coff_write_native_symbol (abfd, c_symbol, &written,
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 1402 coff_symbol_type *c_symbol = coff_symbol_from (symbol); local
1404 if (c_symbol == (coff_symbol_type *) NULL
1405 || c_symbol->native == (combined_entry_type *) NULL)
1425 BFD_ASSERT (c_symbol->native->is_sym);
1427 &c_symbol->native->u.syment);
1430 n_sclass = &c_symbol->native->u.syment.n_sclass;
1449 c_symbol->native->u.syment.n_sclass = C_EXT;
1452 if (!coff_write_native_symbol (abfd, c_symbol, &written,
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 1405 coff_symbol_type *c_symbol = coff_symbol_from (symbol); local
1407 if (c_symbol == (coff_symbol_type *) NULL
1408 || c_symbol->native == (combined_entry_type *) NULL)
1428 BFD_ASSERT (c_symbol->native->is_sym);
1430 &c_symbol->native->u.syment);
1433 n_sclass = &c_symbol->native->u.syment.n_sclass;
1452 c_symbol->native->u.syment.n_sclass = C_EXT;
1455 if (!coff_write_native_symbol (abfd, c_symbol, &written,

Completed in 165 milliseconds