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

  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 3236 lang_input_statement_type *fake_file; local
3238 fake_file = lang_add_input_file (name,
3241 fake_file->the_bfd = abfd;
3242 ldlang_add_file (fake_file);
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 3234 lang_input_statement_type *fake_file; local
3236 fake_file = lang_add_input_file (name,
3239 fake_file->the_bfd = abfd;
3240 ldlang_add_file (fake_file);

Completed in 28 milliseconds