| /src/external/bsd/iscsi/dist/src/examples/ |
| 2.conf | 6 extent1 /imports/remote1/iscsi/extents/0 0 100MB 8 extent3 /imports/remote1/iscsi/extents/1 0 100MB 10 extent5 /imports/remote1/iscsi/extents/2 0 100MB
|
| 3.conf | 6 extent1 /imports/remote1/iscsi/extents/0 0 100MB 8 extent3 /imports/remote1/iscsi/extents/1 0 100MB 10 extent5 /imports/remote1/iscsi/extents/2 0 100MB
|
| 4.conf | 6 extent1 /imports/remote1/iscsi/extents/0 0 100MB 8 extent3 /imports/remote1/iscsi/extents/1 0 100MB 10 extent5 /imports/remote1/iscsi/extents/2 0 100MB
|
| /src/external/bsd/byacc/dist/test/ |
| calc_code_imports.y | 3 %code imports { /* CODE-IMPORTS */ } 4 %code imports { /* CODE-IMPORTS2 */ }
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-range-path.h | 38 const bitmap_head *imports = NULL); 40 void compute_imports (bitmap imports, basic_block exit); 67 bool add_to_imports (tree name, bitmap imports);
|
| gimple-range-path.cc | 121 fprintf (dump_file, "Imports:\n"); 441 // Solve imports defined in this block, starting with the PHIs... 443 // ...and then the rest of the imports. 456 // Solve imports that are exported to the next block. 507 // Adjust all pointer imports in BB with non-null information. 536 // If NAME is a supported SSA_NAME, add it the bitmap in IMPORTS. 539 path_range_query::add_to_imports (tree name, bitmap imports) 543 return bitmap_set_bit (imports, SSA_NAME_VERSION (name)); 547 // Compute the imports to the path ending in EXIT. These are 553 // path. On the other hand, not having enough imports will limit wha 581 add_to_imports (gimple_assign_rhs1 (def_stmt), imports); local [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| deffilep.y | 126 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL 156 | IMPORTS implist 258 | IMPORTS { $$ = "IMPORTS"; } 472 if (fdef->imports[i].internal_name != fdef->imports[i].name) 473 free (fdef->imports[i].internal_name); 474 free (fdef->imports[i].name); 475 free (fdef->imports[i].its_name); 477 free (fdef->imports); [all...] |
| deffile.h | 90 /* Used by imports for module names. */ 93 /* From the IMPORTS commands. */ 96 def_file_import *imports; member in struct:def_file
|
| deffilep.c | 240 IMPORTS = 268, /* IMPORTS */ 277 #define IMPORTS 268 342 YYSYMBOL_IMPORTS = 13, /* IMPORTS */ 809 "SECTIONS", "EXPORTS", "IMPORTS", "VERSIONK", "BASE", "CONSTANTU", 1758 case 67: /* keyword_as_name: IMPORTS */ 1760 { (yyval.id_const) = "IMPORTS"; } 2318 if (fdef->imports[i].internal_name != fdef->imports[i].name) 2319 free (fdef->imports[i].internal_name) [all...] |
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
157 #region DLL imports
|
| Inflater.cs | 20 #region Dll imports
|
| Deflater.cs | 20 #region Dll imports
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
157 #region DLL imports
|
| Inflater.cs | 20 #region Dll imports
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
157 #region DLL imports
|
| Inflater.cs | 20 #region Dll imports
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
157 #region DLL imports
|
| Inflater.cs | 20 #region Dll imports
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
157 #region DLL imports
|
| Inflater.cs | 20 #region Dll imports
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| deffilep.y | 126 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL 156 | IMPORTS implist 258 | IMPORTS { $$ = "IMPORTS"; } 473 if (fdef->imports[i].internal_name != fdef->imports[i].name) 474 free (fdef->imports[i].internal_name); 475 free (fdef->imports[i].name); 476 free (fdef->imports[i].its_name); 478 free (fdef->imports); [all...] |
| deffile.h | 90 /* Used by imports for module names. */ 93 /* From the IMPORTS commands. */ 96 def_file_import *imports; member in struct:def_file
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| nsalias.exp | 252 set imports { 273 append imports [format " 298 } $imports]
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| nsalias.exp | 252 set imports { 273 append imports [format " 298 } $imports]
|
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_win.cc | 973 RVAPtr<IMAGE_IMPORT_DESCRIPTOR> imports(module, 975 for (; imports->FirstThunk != 0; ++imports) { 976 RVAPtr<const char> modname(module, imports->Name); 980 if (imports->FirstThunk == 0) 987 RVAPtr<IMAGE_THUNK_DATA> name_table(module, imports->OriginalFirstThunk); 988 RVAPtr<IMAGE_THUNK_DATA> iat(module, imports->FirstThunk);
|