| /src/lib/libc/arch/alpha/sys/ |
| brk.S | 33 IMPORT(__curbrk, 8)
|
| /src/lib/libc/arch/ia64/sys/ |
| brk.S | 36 IMPORT(__curbrk, 8)
|
| /src/external/gpl2/lvm2/dist/scripts/ |
| vgimportclone.sh | 77 echo " -i|--import - Import any exported volume groups found" 115 IMPORT=0 131 -l basevgname:,debug,help,import,quiet,test,verbose,version \ 142 -i|--import) 143 IMPORT=1; shift 309 if [ ${IMPORT} -eq 1 ]
|
| /src/bin/ksh/ |
| table.h | 56 #define IMPORT BIT(21) /* flag to typeset(): no arrays, must have = */
|
| main.c | 169 * (import of environment below will probably change this setting). 214 /* import environment */ 217 typeset(*wp, IMPORT|EXPORT, 0, 0, 0);
|
| var.c | 634 /* IMPORT is only used when the shell starts up and is 640 if (set & IMPORT) { 652 if (set & IMPORT)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| hppa-tdep.h | 188 IMPORT = 11,
|
| hppa-tdep.c | 2590 case IMPORT: 2591 gdb_printf ("import\n"); 2594 gdb_printf ("import shlib\n"); 2887 systems: $$dyncall, import stubs and PLT stubs. */
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| hppa-tdep.h | 188 IMPORT = 11,
|
| hppa-tdep.c | 2591 case IMPORT: 2592 gdb_printf ("import\n"); 2595 gdb_printf ("import shlib\n"); 2888 systems: $$dyncall, import stubs and PLT stubs. */
|
| /src/sys/arch/ia64/include/ |
| asm.h | 122 * IMPORT 125 #define IMPORT(_name_, _size_) \
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| lib2funcs.S | 35 .IMPORT $$dyncall,MILLICODE 43 ; Simply call with the address of the desired import stub in %r22 and
|
| /src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| lib2funcs.S | 35 .IMPORT $$dyncall,MILLICODE 43 ; Simply call with the address of the desired import stub in %r22 and
|
| /src/sys/arch/alpha/include/ |
| asm.h | 442 * IMPORT 445 #define IMPORT(_name_, _size_) \ 707 IMPORT(cpu_info_primary, CPU_INFO_SIZEOF)
|
| /src/sys/arch/emips/stand/common/ |
| start.S | 88 IMPORT(main,4) 89 IMPORT(_end,4)
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| WasmDumper.cpp | 34 ENUM_ENTRY(CUSTOM), ENUM_ENTRY(TYPE), ENUM_ENTRY(IMPORT),
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Template.h | 503 #define IMPORT(DERIVED, BASE)
|
| /src/sys/arch/mips/include/ |
| asm.h | 291 * IMPORT -- import external symbol 293 #define IMPORT(sym, size) \
|
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| WasmYAML.cpp | 282 ECase(IMPORT); 389 void MappingTraits<WasmYAML::Import>::mapping(IO &IO, 390 WasmYAML::Import &Import) { 391 IO.mapRequired("Module", Import.Module); 392 IO.mapRequired("Field", Import.Field); 393 IO.mapRequired("Kind", Import.Kind); 394 if (Import.Kind == wasm::WASM_EXTERNAL_FUNCTION) { 395 IO.mapRequired("SigIndex", Import.SigIndex); 396 } else if (Import.Kind == wasm::WASM_EXTERNAL_GLOBAL) [all...] |
| /src/sys/arch/alpha/alpha/ |
| locore.s | 116 IMPORT(prom_mapped, 4)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
| hppa.s | 7 .IMPORT $global$,DATA 8 .IMPORT $$dyncall,MILLICODE
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/ |
| hppa.s | 7 .IMPORT $global$,DATA 8 .IMPORT $$dyncall,MILLICODE
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| WasmObjectFile.cpp | 553 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; 556 Info.ImportName = Import.Field; 558 Info.Name = Import.Field; 560 Signature = &Signatures[Import.SigIndex]; 561 if (!Import.Module.empty()) { 562 Info.ImportModule = Import.Module; 585 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; 588 Info.ImportName = Import.Field; 590 Info.Name = Import.Field; 592 GlobalType = &Import.Global [all...] |
| /src/sys/lib/libkern/arch/hppa/ |
| milli.S | 332 ; .IMPORT cerror 465 .import $$divU_3,millicode 466 .import $$divU_5,millicode 467 .import $$divU_6,millicode 468 .import $$divU_7,millicode 469 .import $$divU_9,millicode 470 .import $$divU_10,millicode 471 .import $$divU_12,millicode 472 .import $$divU_14,millicode 473 .import $$divU_15,millicod [all...] |