代码搜索:Exec

找到约 10,000 项符合「Exec」的源代码

代码结果 10,000
www.eeworm.com/read/364791/9895244

h exec.h

/* * Copyright (c) 2002 The Board of Trustees of the University of Illinois and * William Marsh Rice University * Copyright (c) 2002 The University of Utah * Copyright (c) 2002
www.eeworm.com/read/165847/10049431

h exec.h

/* * PowerPC emulation definitions for qemu. * * Copyright (c) 2003-2005 Jocelyn Mayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU
www.eeworm.com/read/165847/10049461

h exec.h

/* * i386 execution defines * * Copyright (c) 2003 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ
www.eeworm.com/read/165847/10049523

h exec.h

#ifndef EXEC_SPARC_H #define EXEC_SPARC_H 1 #include "dyngen-exec.h" #include "config.h" register struct CPUSPARCState *env asm(AREG0); #ifdef TARGET_SPARC64 #define T0 (env->t0) #define T1 (env->t1)
www.eeworm.com/read/165847/10049709

h exec.h

/* * SH4 emulation * * Copyright (c) 2005 Samuel Tardieu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Lice
www.eeworm.com/read/165847/10049754

h exec.h

/* * ARM execution defines * * Copyright (c) 2003 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publi
www.eeworm.com/read/165847/10049860

c exec.c

/* * virtual page mapping and translated block handling * * Copyright (c) 2003 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of
www.eeworm.com/read/165847/10049993

h exec.h

#if !defined(__QEMU_MIPS_EXEC_H__) #define __QEMU_MIPS_EXEC_H__ //#define DEBUG_OP #include "mips-defs.h" #include "dyngen-exec.h" register struct CPUMIPSState *env asm(AREG0); #if defined (USE_64
www.eeworm.com/read/164767/10089557

cc exec.cc

#include #include #include #include #include #include #include #include #include #in
www.eeworm.com/read/163079/10176508

c exec.c

/* * linux/fs/exec.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything