Searched refs:imppath (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-incpath.cc | 146 for (size_t i = 0; i < global.params.imppath->length; i++) in add_import_paths() 148 if (strcmp (path, (*global.params.imppath)[i]) == 0) in add_import_paths() 165 global.params.imppath->shift (target_path); in add_import_paths() 168 global.params.imppath->shift (path); in add_import_paths() 173 if (global.params.imppath) in add_import_paths() 175 for (size_t i = 0; i < global.params.imppath->length; i++) in add_import_paths() 177 const char *path = (*global.params.imppath)[i]; in add_import_paths()
|
| H A D | d-lang.cc | 308 global.params.imppath = d_gc_malloc<Strings> (); in d_init_options() 761 global.params.imppath->push (arg); in d_handle_option()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-incpath.cc | 147 for (size_t i = 0; i < global.params.imppath->dim; i++) in add_import_paths() 149 if (strcmp (path, (*global.params.imppath)[i]) == 0) in add_import_paths() 166 global.params.imppath->shift (target_path); in add_import_paths() 169 global.params.imppath->shift (path); in add_import_paths() 174 if (global.params.imppath) in add_import_paths() 176 for (size_t i = 0; i < global.params.imppath->dim; i++) in add_import_paths() 178 const char *path = (*global.params.imppath)[i]; in add_import_paths()
|
| H A D | d-lang.cc | 309 global.params.imppath = new Strings (); in d_init_options() 626 global.params.imppath->push (arg); in d_handle_option()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | globals.h | 146 Array<const char *> *imppath; // array of char*'s of where to look for import modules member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | globals.h | 182 Array<const char *> *imppath; // array of char*'s of where to look for import modules member
|
| H A D | json.d | 910 if (global.params.imppath) in generateBuildInfo() 912 foreach (importPath; *global.params.imppath) in generateBuildInfo()
|
| H A D | globals.d | 204 Array!(const(char)*)* imppath; // array of char*'s of where to look for import modules
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | xcofflink.c | 82 const char *imppath; member 739 const char **imppath, const char **impfile) in bfd_xcoff_split_import_path() argument 749 *imppath = ""; in bfd_xcoff_split_import_path() 752 *imppath = "/"; in bfd_xcoff_split_import_path() 763 *imppath = path; in bfd_xcoff_split_import_path() 781 &archive_info->imppath, in bfd_xcoff_set_archive_import_path() 792 const char *imppath, const char *impfile, in xcoff_set_import_path() argument 802 if (imppath == NULL) in xcoff_set_import_path() 812 if (filename_cmp ((*pp)->path, imppath) == 0 in xcoff_set_import_path() 827 n->path = imppath; in xcoff_set_import_path() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | xcofflink.c | 82 const char *imppath; member 737 const char **imppath, const char **impfile) in bfd_xcoff_split_import_path() argument 747 *imppath = ""; in bfd_xcoff_split_import_path() 750 *imppath = "/"; in bfd_xcoff_split_import_path() 761 *imppath = path; in bfd_xcoff_split_import_path() 779 &archive_info->imppath, in bfd_xcoff_set_archive_import_path() 790 const char *imppath, const char *impfile, in xcoff_set_import_path() argument 800 if (imppath == NULL) in xcoff_set_import_path() 810 if (filename_cmp ((*pp)->path, imppath) == 0 in xcoff_set_import_path() 825 n->path = imppath; in xcoff_set_import_path() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | aix.em | 1305 const char *imppath; 1322 imppath = NULL; 1372 imppath = NULL; 1394 start, &imppath, &impfile)) 1503 address, imppath, impfile,
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | aix.em | 1305 const char *imppath; 1322 imppath = NULL; 1372 imppath = NULL; 1394 start, &imppath, &impfile)) 1503 address, imppath, impfile,
|