| /src/external/gpl2/texinfo/dist/info/ |
| nodes.c | 312 necessary when loading a subfile for which we already have tags. */ 694 } SUBFILE; 704 SUBFILE **subfiles = NULL; 716 SUBFILE *subfile; 731 subfile = (SUBFILE *)xmalloc (sizeof (SUBFILE)); 732 subfile->filename = (char *)xmalloc (colon); 733 strncpy (subfile->filename, line, colon - 1) 712 SUBFILE *subfile; local 944 FILE_BUFFER *subfile = info_find_file_internal (tag->filename, local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| buildsym.c | 67 /* Build the subfile for NAME (the main source file) so that we can record 81 struct subfile *subfile, *nextsub; local 86 for (subfile = m_subfiles; 87 subfile != NULL; 88 subfile = nextsub) 90 nextsub = subfile->next; 91 delete subfile; local 488 /* See if this subfile is already registered. */ 492 for (subfile *subfile = m_subfiles; subfile; subfile = subfile->next 685 struct subfile *mainsub, *subfile; local 855 struct subfile *subfile; local [all...] |
| buildsym.h | 47 struct subfile struct 49 subfile () = default; 51 /* There's nothing wrong with copying a subfile, but we don't need to, so use 53 DISABLE_COPY_AND_ASSIGN (subfile); 55 struct subfile *next = nullptr; 68 using subfile_up = std::unique_ptr<subfile>; 223 file. This sets the current subfile, creating it if necessary. 225 NAME is the user-visible name of the subfile. 239 void patch_subfile_names (struct subfile *subfile, const char *name) [all...] |
| xcoffread.c | 216 enter_line_range (struct subfile *, unsigned, unsigned, 495 struct subfile *subfile; 506 /* subfile structure for the main compilation unit. */ 507 static subfile *main_subfile; 559 main_subfile = new subfile; 629 file. Add the lines to the main subfile. */ 635 inclTable[ii].subfile = main_subfile; 639 /* Have a new subfile for the include file. */ 640 inclTable[ii].subfile = new subfile 490 struct subfile *subfile; member in struct:_inclTable [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| buildsym.c | 67 /* Build the subfile for NAME (the main source file) so that we can record 81 struct subfile *subfile, *nextsub; local 86 for (subfile = m_subfiles; 87 subfile != NULL; 88 subfile = nextsub) 90 nextsub = subfile->next; 91 delete subfile; local 488 /* See if this subfile is already registered. */ 492 for (subfile *subfile = m_subfiles; subfile; subfile = subfile->next 685 struct subfile *mainsub, *subfile; local 855 struct subfile *subfile; local [all...] |
| buildsym.h | 47 struct subfile struct 49 subfile () = default; 51 /* There's nothing wrong with copying a subfile, but we don't need to, so use 53 DISABLE_COPY_AND_ASSIGN (subfile); 55 struct subfile *next = nullptr; 68 using subfile_up = std::unique_ptr<subfile>; 223 file. This sets the current subfile, creating it if necessary. 225 NAME is the user-visible name of the subfile. 239 void patch_subfile_names (struct subfile *subfile, const char *name) [all...] |
| xcoffread.c | 216 enter_line_range (struct subfile *, unsigned, unsigned, 495 struct subfile *subfile; 506 /* subfile structure for the main compilation unit. */ 507 static subfile *main_subfile; 559 main_subfile = new subfile; 629 file. Add the lines to the main subfile. */ 635 inclTable[ii].subfile = main_subfile; 639 /* Have a new subfile for the include file. */ 640 inclTable[ii].subfile = new subfile 490 struct subfile *subfile; member in struct:_inclTable [all...] |