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

  /src/external/gpl3/gdb/dist/gdb/compile/
compile-internal.h 63 compile_file_names (std::string source_file, std::string object_file)
64 : m_source_file (source_file), m_object_file (object_file)
74 const char *object_file () const function in class:compile_file_names
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-internal.h 63 compile_file_names (std::string source_file, std::string object_file)
64 : m_source_file (source_file), m_object_file (object_file)
74 const char *object_file () const function in class:compile_file_names
  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 588 const char **object_file = CONST_CAST2 (const char **, char **, object_lst);
592 while (object_file < object)
595 scan_prog_file (*object_file++, PASS_LTOINFO, SCAN_ALL);
582 const char **object_file = CONST_CAST2 (const char **, char **, object_lst); local
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 588 const char **object_file = CONST_CAST2 (const char **, char **, object_lst);
592 while (object_file < object)
595 scan_prog_file (*object_file++, PASS_LTOINFO, SCAN_ALL);
582 const char **object_file = CONST_CAST2 (const char **, char **, object_lst); local

Completed in 48 milliseconds