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

  /src/external/gpl3/binutils/dist/ld/
ldemul.c 36 static ld_emulation_xfer_type *ld_emulation; variable
41 if (ld_emulation->find_alt_start_symbol)
42 return ld_emulation->find_alt_start_symbol (entry);
49 ld_emulation->hll (name);
55 ld_emulation->syslib (name);
61 ld_emulation->after_parse ();
67 ld_emulation->before_parse ();
73 if (ld_emulation->before_plugin_all_symbols_read)
74 ld_emulation->before_plugin_all_symbols_read ();
80 ld_emulation->after_open ()
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldemul.c 36 static ld_emulation_xfer_type *ld_emulation; variable
41 if (ld_emulation->find_alt_start_symbol)
42 return ld_emulation->find_alt_start_symbol (entry);
49 ld_emulation->hll (name);
55 ld_emulation->syslib (name);
61 ld_emulation->after_parse ();
67 ld_emulation->before_parse ();
73 if (ld_emulation->before_plugin_all_symbols_read)
74 ld_emulation->before_plugin_all_symbols_read ();
80 ld_emulation->after_open ()
    [all...]

Completed in 38 milliseconds