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

  /src/external/gpl3/binutils/dist/ld/
ldlang.c 360 /* Given that FILE_SPEC results in a non-NULL SEP result from archive_path,
361 return whether F matches FILE_SPEC. */
364 input_statement_is_archive_path (const char *file_spec, char *sep,
371 && ((sep != file_spec)
376 if (sep != file_spec)
380 match = name_match (file_spec, aname) == 0;
478 const char *file_spec = ptr->filename; local
482 if (file_spec == NULL)
484 else if ((p = archive_path (file_spec)) != NULL)
486 if (!input_statement_is_archive_path (file_spec, p, file)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 362 /* Given that FILE_SPEC results in a non-NULL SEP result from archive_path,
363 return whether F matches FILE_SPEC. */
366 input_statement_is_archive_path (const char *file_spec, char *sep,
373 && ((sep != file_spec)
378 if (sep != file_spec)
382 match = name_match (file_spec, aname) == 0;
478 const char *file_spec = ptr->filename; local
482 if (file_spec == NULL)
484 else if ((p = archive_path (file_spec)) != NULL)
486 if (!input_statement_is_archive_path (file_spec, p, file)
    [all...]

Completed in 26 milliseconds