| /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/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.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/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
|
| compile-object-run.c | 95 unlink (data->module->source_file.c_str ());
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| cpp.h | 46 bool gfc_cpp_preprocess (const char *source_file);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| cpp.h | 46 bool gfc_cpp_preprocess (const char *source_file);
|
| /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/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/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-gas-workaround.exp | 39 proc create_dwarf_assembly {source_file one_diridx} { 40 set asm_file [standard_output_file $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/gpl2/texinfo/dist/makeinfo/ |
| macro.h | 43 char *source_file; /* File where this macro is defined. */ member in struct:__anon9567
|
| macro.c | 102 SOURCE_FILE is the name of the file where this definition can be found, 107 add_macro (char *name, char **arglist, char *body, char *source_file, 134 input_filename = def->source_file; 150 free (def->source_file); 154 def->source_file = xstrdup (source_file); 764 free (def->source_file);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-common.h | 155 class source_file;
|
| 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;
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-common.h | 155 class source_file;
|
| 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;
|
| /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/gdb.old/dist/gdb/testsuite/lib/ |
| gen-perf-test.exp | 868 set source_file [_make_source_name self $static $run_nr "" $cu_nr] 869 set f [_create_file self $source_file] 882 return $source_file 900 set source_file [_gen_binary_compunit_source self $static $run_nr $cu_nr] 902 lappend result [list $source_file $header_file $object_file] 910 set source_file [_make_source_name self $static $run_nr $so_nr $cu_nr] 911 set f [_create_file self $source_file] 924 return $source_file 950 set source_file [_make_shlib_common_source_name self $static $run_nr $so_nr $source_name] 951 file copy -force "$srcdir/gdb.perf/$source_name" ${source_file} [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| gen-perf-test.exp | 868 set source_file [_make_source_name self $static $run_nr "" $cu_nr] 869 set f [_create_file self $source_file] 882 return $source_file 900 set source_file [_gen_binary_compunit_source self $static $run_nr $cu_nr] 902 lappend result [list $source_file $header_file $object_file] 910 set source_file [_make_source_name self $static $run_nr $so_nr $cu_nr] 911 set f [_create_file self $source_file] 924 return $source_file 950 set source_file [_make_shlib_common_source_name self $static $run_nr $so_nr $source_name] 951 file copy -force "$srcdir/gdb.perf/$source_name" ${source_file} [all...] |
| /src/usr.bin/sdiff/ |
| sdiff.c | 92 * Create temporary file if source_file is not a regular file. 96 mktmpcpy(const char *source_file) 105 ifd = open(source_file, O_RDONLY, 0); 109 err(2, "error getting file status from %s", source_file); 116 if (errno == ENOENT && strcmp(source_file, "-") == 0) 119 err(2, "error opening %s", source_file); 140 warn("error reading from %s", source_file);
|