Searched refs:m_file (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/bsd/elftosb/dist/common/
H A DSRecordSourceFile.cpp38 m_file = new StSRecordFile(*m_stream);
39 m_file->parse();
46 delete m_file;
47 m_file = 0;
102 //! \pre The #m_file member must be valid.
106 assert(m_file);
124 StSRecordFile::const_iterator it = m_file->getBegin();
125 for (; it != m_file->getEnd(); it++)
H A DELFSourceFile.cpp70 m_file = new StELFFile(*m_stream);
71 // m_file->dumpSections();
79 m_file->setELFVariant(eGHSVariant);
82 m_file->setELFVariant(eGCCVariant);
85 m_file->setELFVariant(eARMVariant);
94 m_file.safe_delete();
199 assert(m_file);
200 ELFDataSource * source = new ELFDataSource(m_file);
207 for (; index < m_file->getSectionCount(); ++index)
209 const Elf32_Shdr & header = m_file
[all...]
H A DSRecordSourceFile.h71 StSRecordFile * m_file; //!< S-record parser instance. member in class:elftosb::SRecordSourceFile
H A DELFSourceFile.h116 StELFFile * getELFFile() { return m_file; }
123 smart_ptr<StELFFile> m_file; //!< Parser for the ELF file. member in class:elftosb::ELFSourceFile
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dselftest-rtl.c50 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
73 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {}
39 const char *m_file; member in class:selftest::location
H A Dselftest.c45 fprintf (stderr,"%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
57 fprintf (stderr, "%s:%i: %s: FAIL: ", loc.m_file, loc.m_line,
H A Ddumpfile.h384 : m_file (file), m_line (line), m_function (function)
387 const char *m_file; member in class:dump_impl_location_t
H A Doptinfo-emit-json.cc183 obj->set ("file", new json::string (loc.m_file));
H A Ddumpfile.c2126 ASSERT_STR_CONTAINS_AT (loc, impl_loc.m_file, expected_file);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-file.c157 : m_file (NULL),
165 fclose (m_file);
171 m_file = file;
181 fclose (m_file);
199 fflush (m_file);
223 if (fwrite (buf, length_buf, 1, m_file))
248 if (gdb_console_fputs (linebuffer, m_file))
251 if (fputs (linebuffer, m_file))
H A Dskip.c66 const std::string &file () const { return m_file; }
104 std::string m_file; variable
130 m_file (std::move (file)),
134 gdb_assert (!m_file.empty () || !m_function.empty ());
137 gdb_assert (!m_file.empty ());
496 function_sal.symtab->filename, m_file.c_str ());
503 m_file.c_str ()))
510 lbasename (m_file.c_str ())) != 0)
517 result = compare_filenames_for_search (fullname, m_file.c_str ());
532 function_sal.symtab->filename, m_file
[all...]
H A Dui-file.h204 FILE *m_file; member in class:stdio_file
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dselftest-rtl.cc50 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
73 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {}
39 const char *m_file; member in class:selftest::location
H A Dselftest.cc45 fprintf (stderr,"%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
57 fprintf (stderr, "%s:%i: %s: FAIL: ", loc.m_file, loc.m_line,
H A Ddumpfile.h394 : m_file (file), m_line (line), m_function (function)
397 const char *m_file; member in class:dump_impl_location_t
H A Doptinfo-emit-json.cc183 obj->set ("file", new json::string (loc.m_file));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-file.c248 : m_file (NULL),
256 fclose (m_file);
262 m_file = file;
272 fclose (m_file);
290 fflush (m_file);
314 if (fwrite (buf, length_buf, 1, m_file))
339 if (gdb_console_fputs (linebuffer, m_file))
342 if (fputs (linebuffer, m_file))
H A Dskip.c67 const std::string &file () const { return m_file; }
105 std::string m_file; variable
131 m_file (std::move (file)),
135 gdb_assert (!m_file.empty () || !m_function.empty ());
138 gdb_assert (!m_file.empty ());
491 function_sal.symtab->filename, m_file.c_str ());
498 m_file.c_str ()))
505 lbasename (m_file.c_str ())) != 0)
512 result = compare_filenames_for_search (fullname, m_file.c_str ());
527 function_sal.symtab->filename, m_file
[all...]
H A Dui-file.h278 FILE *m_file; member in class:stdio_file
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h181 FILE *get_file () const { return m_file; }
189 FILE *m_file; member in class:gcc::jit::dump
H A Djit-recording.c48 m_file = fopen (filename, "w");
49 if (!m_file)
58 if (m_file)
60 int err = fclose (m_file);
83 if (!m_file)
97 if (fwrite (buf, strlen (buf), 1, m_file) != 1)
102 fflush (m_file);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h183 FILE *get_file () const { return m_file; }
191 FILE *m_file; member in class:gcc::jit::dump
H A Djit-recording.cc48 m_file = fopen (filename, "w");
49 if (!m_file)
58 if (m_file)
60 int err = fclose (m_file);
83 if (!m_file)
97 if (fwrite (buf, strlen (buf), 1, m_file) != 1)
102 fflush (m_file);

Completed in 405 milliseconds

12