/openbsd/usr.sbin/mopd/otherOS/ |
H A D | mdtype | 7 machine="UNKNOWN" 15 machine="rs6000" 20 machine="rs6000" 23 machine="rs6000" 26 machine="rs6000" 40 machine="sun4" 51 machine="`/bin/uname -m`" 54 machine="i386" 58 machine="i386" 62 machine="i386" [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | cpu-i960.c | 40 unsigned long machine; local 77 machine = bfd_mach_i960_core; 79 machine = bfd_mach_i960_ka_sa; 81 machine = bfd_mach_i960_kb_sb; 87 machine = bfd_mach_i960_kb_sb; 89 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; } 91 machine = bfd_mach_i960_xa; 97 machine = bfd_mach_i960_ka_sa; 99 machine = bfd_mach_i960_jx; 101 machine = bfd_mach_i960_hx; [all …]
|
H A D | sparclynx.c | 87 unsigned long machine; variable 95 machine = bfd_mach_m68000; 101 machine = bfd_mach_m68010; 107 machine = bfd_mach_m68020; 112 machine = 0; 118 machine = 0; 123 machine = 0; 128 machine = 0; 133 machine = 0; 136 bfd_set_arch_mach (abfd, arch, machine);
|
H A D | nlm.c | 48 nlm_set_arch_mach (abfd, arch, machine) in nlm_set_arch_mach() argument 51 unsigned long machine; 53 bfd_default_set_arch_mach (abfd, arch, machine);
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | cpu-i960.c | 40 unsigned long machine; local 77 machine = bfd_mach_i960_core; 79 machine = bfd_mach_i960_ka_sa; 81 machine = bfd_mach_i960_kb_sb; 87 machine = bfd_mach_i960_kb_sb; 89 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; } 91 machine = bfd_mach_i960_xa; 97 machine = bfd_mach_i960_ka_sa; 99 machine = bfd_mach_i960_jx; 101 machine = bfd_mach_i960_hx; [all …]
|
H A D | sparclynx.c | 77 unsigned long machine; variable 85 machine = bfd_mach_m68000; 91 machine = bfd_mach_m68010; 97 machine = bfd_mach_m68020; 102 machine = 0; 108 machine = 0; 113 machine = 0; 118 machine = 0; 121 bfd_set_arch_mach (abfd, arch, machine);
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.def | 82 // MACHINE_FUNCTION_ANALYSIS("machine-bfi", MachineBlockFrequencyInfoAnalysis()) 83 // MACHINE_FUNCTION_ANALYSIS("machine-loops", MachineLoopInfoAnalysis()) 99 // MACHINE_FUNCTION_PASS("free-machine-function", FreeMachineFunctionPass, ()) 103 // dummy table to the normal one. For example, for a machine function pass, 137 DUMMY_MACHINE_MODULE_PASS("machine-outliner", MachineOutlinerPass, ()) 152 DUMMY_MACHINE_FUNCTION_PASS("machine-scheduler", MachineSchedulerPass, ()) 153 DUMMY_MACHINE_FUNCTION_PASS("machine-cp", MachineCopyPropagationPass, ()) 164 DUMMY_MACHINE_FUNCTION_PASS("dot-machine-cfg", MachineCFGPrinter, ()) 172 DUMMY_MACHINE_FUNCTION_PASS("machine-cse", MachineCSEPass, ()) 173 DUMMY_MACHINE_FUNCTION_PASS("machine-sink", MachineSinkingPass, ()) [all …]
|
/openbsd/share/snmp/ |
H A D | VM-MIB.txt | 92 virtual machine. The value for each virtual machine 117 machine indicating the virtual machine 132 machine indicating the virtual machine 159 machine indicating the virtual machine is 167 machine indicating the virtual machine is 174 machine indicating the virtual machine is 182 machine indicating the virtual machine is 191 machine indicating the virtual machine is 199 machine indicating the virtual machine is 204 machine indicating the virtual machine is [all …]
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | Symbols.cpp | 39 if (ctx.config.machine == I386) in maybeDemangleSymbol() 111 uint16_t machine) { in makeImportThunk() argument 112 if (machine == AMD64) in makeImportThunk() 114 if (machine == I386) in makeImportThunk() 116 if (machine == ARM64) in makeImportThunk() 118 assert(machine == ARMNT); in makeImportThunk() 123 DefinedImportData *s, uint16_t machine) in DefinedImportThunk() argument 125 data(makeImportThunk(ctx, s, machine)) {} in DefinedImportThunk()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | portability.texi | 11 GCC itself aims to be portable to any machine where @code{int} is at least 17 GCC gets most of the information about the target machine from a machine 18 description which gives an algebraic formula for each of the machine's 21 fashion, ad-hoc parameters have been defined for machine descriptions. 28 GCC does not contain machine dependent code, but it does contain code 29 that depends on machine parameters such as endianness (whether the most 39 the new strategies can be added in a machine-independent fashion, and will
|
H A D | configfiles.texi | 22 @file{auto-host.h} contains information about the host machine 23 determined by @file{configure}. If the host machine is different from 24 the build machine, then @file{auto-build.h} is also created, 25 containing such information about the build machine. 54 @file{xm-@var{machine}.h} header, if any, appropriate to the host, 64 @file{config.h}, for use in programs that run on the host machine. 66 @file{bconfig.h}, for use in programs that run on the build machine. 69 machine. 71 @file{tm_p.h}, which includes the header @file{@var{machine}-protos.h}
|
H A D | install-old.texi | 41 Specify the host, build and target machine configurations. You do this 44 The @dfn{build} machine is the system which you are using, the 45 @dfn{host} machine is the system where you want to run the resulting 46 compiler (normally the build machine), and the @dfn{target} machine is 49 If you are building a compiler to produce code for the machine it runs 51 to @file{configure}; it will try to guess the type of machine you are on 57 In those cases, specify the build machine's @dfn{configuration name} 59 the same as the host machine. 160 Often a particular model of machine has a name. Many machine names are 161 recognized as aliases for CPU/company combinations. Thus, the machine [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | portability.texi | 11 GCC itself aims to be portable to any machine where @code{int} is at least 17 GCC gets most of the information about the target machine from a machine 18 description which gives an algebraic formula for each of the machine's 21 fashion, I have not hesitated to define an ad-hoc parameter to the machine 28 GCC does not contain machine dependent code, but it does contain code 29 that depends on machine parameters such as endianness (whether the most 38 the new strategies can be added in a machine-independent fashion, and will
|
H A D | configfiles.texi | 22 @file{auto-host.h} contains information about the host machine 23 determined by @file{configure}. If the host machine is different from 24 the build machine, then @file{auto-build.h} is also created, 25 containing such information about the build machine. 54 @file{xm-@var{machine}.h} header, if any, appropriate to the host, 64 @file{config.h}, for use in programs that run on the host machine. 66 @file{hconfig.h}, for use in programs that run on the build machine. 69 machine. 71 @file{tm_p.h}, which includes the header @file{@var{machine}-protos.h}
|
H A D | install-old.texi | 49 compiler (normally the build machine), and the @dfn{target} machine is 164 Often a particular model of machine has a name. Many machine names are 169 machine names: 242 for the target machine that you can install on the host machine. 271 machine. 281 machine. Whichever machine you use, you need libraries and certain 354 libraries from a target machine: 357 ftp @var{target-machine} 381 ftp @var{target-machine} 432 machine. On the target machine, do this: [all …]
|
/openbsd/regress/sys/net/pf_divert/ |
H A D | README | 3 on the local and the other one on the remote machine. The kernel's 4 pf of the remote machine gets tested. The remote machine's pf.conf 12 packets. The remote machine can be reached over a non existing 16 remote machine and run a server there. The server binds to the 18 is started on the local machine and connects to the non existing 19 address of the remote machine. For TCP the bidirectional connection, 24 on the remote machine and start a client there. The client binds 26 machine's address. The server is run on the local machine, for TCP 36 test does not use a server as the kernel of the local machine
|
/openbsd/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/ |
H A D | ArchitectureAArch64.cpp | 30 auto machine = arch.GetMachine(); in Create() local 31 if (machine != llvm::Triple::aarch64 && machine != llvm::Triple::aarch64_be && in Create() 32 machine != llvm::Triple::aarch64_32) { in Create()
|
/openbsd/usr.bin/arch/ |
H A D | arch.c | 35 static int machine; variable 44 machine = strcmp(__progname, "machine") == 0; in main() 45 if (machine) { in main() 78 if (machine) in usage()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | MIRLangRef.rst | 16 LLVM's :ref:`machine specific intermediate representation 17 <machine code representation>`. 32 contain the serialized machine functions. 209 properties and data structures in a machine function. 215 the function's machine basic blocks and their machine instructions. 253 machine block is based on. 356 A machine instruction is composed of a name, 357 :ref:`machine operands <machine-operands>`, 380 machine instructions. 422 :ref:`register machine operands <register-operands>`, [all …]
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | genassym.cf | 9 include <machine/pcb.h> 10 include <machine/pmap.h> 11 include <machine/pte.h> 12 include <machine/vmparam.h> 13 include <machine/intr.h> 14 include <machine/tss.h> 15 include <machine/i82093var.h>
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | aoutx.texi | 18 for each machine, including @file{sunos.c} for sun3 and sun4, 66 sections, the machine architecture and machine type, and the 85 ordinary a.out files on your host. To configure a new machine 175 unsigned long machine)); 178 Keep track of machine architecture and machine type for 180 architecture and machine, or @code{M_UNKNOWN} if that exact architecture 181 and machine can't be represented in a.out format. 183 If the architecture is understood, machine type 0 (default) 193 unsigned long machine)); 196 Set the architecture and the machine of the BFD @var{abfd} to the [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | aoutx.texi | 18 for each machine, including @file{sunos.c} for sun3 and sun4, 66 sections, the machine architecture and machine type, and the 85 ordinary a.out files on your host. To configure a new machine 176 unsigned long machine, 180 Keep track of machine architecture and machine type for 182 architecture and machine, or @code{M_UNKNOWN} if that exact architecture 183 and machine can't be represented in a.out format. 185 If the architecture is understood, machine type 0 (default) 195 unsigned long machine); 198 Set the architecture and the machine of the BFD @var{abfd} to the [all …]
|
/openbsd/gnu/llvm/lldb/cmake/caches/ |
H A D | Apple-lldb-macOS.cmake | 8 # Default install location on the enduser machine. On the build machine, use the 13 # Install location for LLDB.framework on the enduser machine. 17 # Install location for externalized debug-info on the build machine.
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | genassym.cf | 21 include <machine/frame.h> 22 include <machine/pcb.h> 23 include <machine/cpu.h> 24 include <machine/param.h> 25 include <machine/bootconfig.h>
|
/openbsd/sys/arch/octeon/stand/libsa/ |
H A D | Makefile | 9 CLEANFILES += machine mips64 44 @([ -h machine ] || ln -s ${.CURDIR}/../../include machine) 46 CLEANFILES+= machine mips64
|