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

  /src/external/gpl3/binutils/dist/gprof/
source.h 25 typedef struct source_file struct
27 struct source_file *next;
34 Source_File;
45 extern Source_File *first_src_file;
48 extern Source_File *source_file_lookup_path (const char *);
49 extern Source_File *source_file_lookup_name (const char *);
60 (Source_File *sf, unsigned int max_width,
  /src/external/gpl3/binutils/dist/gprofng/src/
source.h 25 typedef struct source_file struct
27 struct source_file *next;
34 Source_File;
  /src/external/gpl3/binutils.old/dist/gprof/
source.h 25 typedef struct source_file struct
27 struct source_file *next;
34 Source_File;
45 extern Source_File *first_src_file;
48 extern Source_File *source_file_lookup_path (const char *);
49 extern Source_File *source_file_lookup_name (const char *);
60 (Source_File *sf, unsigned int max_width,
  /src/external/gpl2/texinfo/dist/makeinfo/
macro.h 43 char *source_file; /* File where this macro is defined. */ member in struct:__anon9567
  /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)
71 const char *source_file () const function in class:compile_file_names
compile-object-load.h 64 std::string source_file; member in struct:compile_module
  /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)
71 const char *source_file () const function in class:compile_file_names
compile-object-load.h 64 std::string source_file; member in struct:compile_module
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
csharpcomp.c 129 const char *source_file = sources[i]; local
130 if (strlen (source_file) >= 10
131 && memcmp (source_file + strlen (source_file) - 10, ".resources",
134 char *option = (char *) xallocsa (12 + strlen (source_file) + 1);
137 strcpy (option + 12, source_file);
141 *argp++ = (char *) source_file;
248 const char *source_file = sources[i]; local
249 if (strlen (source_file) >= 10
250 && memcmp (source_file + strlen (source_file) - 10, ".resources"
431 const char *source_file = sources[i]; local
    [all...]
  /src/external/gpl3/gcc/dist/libcc1/
gdbctx.hh 108 std::string source_file; member in struct:cc1_plugin::base_gdb_plugin
199 self->source_file = file;
300 self->args.push_back (self->source_file);
  /src/external/gpl3/gcc.old/dist/libcc1/
gdbctx.hh 108 std::string source_file; member in struct:cc1_plugin::base_gdb_plugin
199 self->source_file = file;
300 self->args.push_back (self->source_file);
  /src/external/gpl3/binutils/dist/gas/
codeview.c 60 struct source_file struct
62 struct source_file *next;
70 static struct source_file *files_head = NULL, *files_tail = NULL;
125 for (struct source_file *sf = files_head; sf; sf = sf->next)
147 for (struct source_file *sf = files_head; sf; sf = sf->next)
176 for (struct source_file *sf = files_head; sf; sf = sf->next)
406 struct source_file *sf;
427 sf = xmalloc (sizeof (struct source_file));
  /src/external/gpl3/binutils.old/dist/gas/
codeview.c 60 struct source_file struct
62 struct source_file *next;
70 static struct source_file *files_head = NULL, *files_tail = NULL;
125 for (struct source_file *sf = files_head; sf; sf = sf->next)
147 for (struct source_file *sf = files_head; sf; sf = sf->next)
176 for (struct source_file *sf = files_head; sf; sf = sf->next)
406 struct source_file *sf;
427 sf = xmalloc (sizeof (struct source_file));
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 316 source_file *
401 auto_vec<source_file *> m_source_files;
785 class source_file : public wrapper class in namespace:gcc::jit::playback
788 source_file (tree filename);
809 source_line (source_file *file, int line_num);
820 source_file *m_source_file ATTRIBUTE_UNUSED;
jit-playback.cc 3578 source_file *file;
3711 /* Get the source_file for filename, creating if necessary. */
3712 source_file *src_file = get_source_file (filename);
3734 /* Construct a playback::source_file for the given source
3737 playback::source_file *
3745 source_file *file;
3753 file = new source_file (ident_filename);
3758 /* Constructor for gcc::jit::playback::source_file. */
3760 playback::source_file::source_file (tree filename) function in class:gcc::jit::playback::source_file
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 290 source_file *
372 auto_vec<source_file *> m_source_files;
749 class source_file : public wrapper class in namespace:gcc::jit::playback
752 source_file (tree filename);
773 source_line (source_file *file, int line_num);
784 source_file *m_source_file;
jit-playback.cc 3400 source_file *file;
3533 /* Get the source_file for filename, creating if necessary. */
3534 source_file *src_file = get_source_file (filename);
3556 /* Construct a playback::source_file for the given source
3559 playback::source_file *
3567 source_file *file;
3575 file = new source_file (ident_filename);
3580 /* Constructor for gcc::jit::playback::source_file. */
3582 playback::source_file::source_file (tree filename) function in class:gcc::jit::playback::source_file
    [all...]
  /src/sys/net/npf/
npf.h 345 char * source_file; member in struct:__anon7051
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 3340 FILE *source_file;
3369 source_file = fopen (src->name, "r");
3370 if (!source_file)
3376 if (source_file)
3377 while ((retval = read_line (source_file)) != NULL)
3477 if (source_file)
3478 fclose (source_file);
3338 FILE *source_file; local
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 3125 FILE *source_file;
3154 source_file = fopen (src->name, "r");
3155 if (!source_file)
3161 if (source_file)
3162 while ((retval = read_line (source_file)) != NULL)
3262 if (source_file)
3263 fclose (source_file);
3123 FILE *source_file; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 13393 /* Collect all references relevant to SOURCE_FILE. */
13396 collect_all_refs (const char *source_file)
13402 collect_ada_nodes (BLOCK_VARS (DECL_INITIAL (t)), source_file);
13404 collect_ada_nodes (BLOCK_VARS (ext_block), source_file);
13368 collect_ada_nodes (BLOCK_VARS (ext_block), source_file); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 12279 /* Collect all references relevant to SOURCE_FILE. */
12282 collect_all_refs (const char *source_file)
12288 collect_ada_nodes (BLOCK_VARS (DECL_INITIAL (t)), source_file);
12290 collect_ada_nodes (BLOCK_VARS (ext_block), source_file);
12254 collect_ada_nodes (BLOCK_VARS (ext_block), source_file); local

Completed in 38 milliseconds