代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/279969/10372930
map project.map
================================================================================
Section Cross References
os_cpu_c.o(.text) refers to os_cpu_c.o(.bss) for .bss$2
os_cpu_c.o(.text) ref
www.eeworm.com/read/456937/7336809
c pksw_periph_proc_ref.pr.c
/* Process model C form file: pksw_periph_proc_ref.pr.c */
/* Portions of this file copyright 1992-2002 by OPNET Technologies, Inc. */
/* This variable carries the header into the object file
www.eeworm.com/read/147766/5727099
h elf.h
/*
* ELF definitions for 26-bit CPUs
*/
#define ELF_EXEC_PAGESIZE 32768
#ifdef __KERNEL__
/* We can only execute 26-bit code. */
#define ELF_PROC_OK(x) \
((x)->e_flags & EF_ARM_APCS26)
#define
www.eeworm.com/read/136989/5834998
cpp task_stats.cpp
//Task_Stats.cpp,v 1.4 2003/06/24 00:18:12 pradeep Exp
#include "Task_Stats.h"
#include "ace/OS.h"
#include "ace/Log_Msg.h"
#if !defined (__ACE_INLINE__)
#include "Task_Stats.inl"
#endif /*
www.eeworm.com/read/136786/5866583
h elf.h
/*
* ELF definitions for 26-bit CPUs
*/
#define ELF_EXEC_PAGESIZE 32768
#ifdef __KERNEL__
/* We can only execute 26-bit code. */
#define ELF_PROC_OK(x) \
((x)->e_flags & EF_ARM_APCS26)
#define
www.eeworm.com/read/135153/5889293
h elf.h
/*
* ELF definitions for 26-bit CPUs
*/
#define ELF_EXEC_PAGESIZE 32768
#ifdef __KERNEL__
/* We can only execute 26-bit code. */
#define ELF_PROC_OK(x) \
((x)->e_flags & EF_ARM_APCS26)
#define
www.eeworm.com/read/128531/5988950
h elf.h
/*
* ELF definitions for 26-bit CPUs
*/
#define ELF_EXEC_PAGESIZE 32768
#ifdef __KERNEL__
/* We can only execute 26-bit code. */
#define ELF_PROC_OK(x) \
((x)->e_flags & EF_ARM_APCS26)
#define
www.eeworm.com/read/127781/6000526
h elf.h
/*
* ELF definitions for 26-bit CPUs
*/
#define ELF_EXEC_PAGESIZE 32768
#ifdef __KERNEL__
/* We can only execute 26-bit code. */
#define ELF_PROC_OK(x) \
((x)->e_flags & EF_ARM_APCS26)
#define
www.eeworm.com/read/120251/6078872
am makefile.am
INCLUDES = -I../include -I../../include/OGRE/ @OGRE_CFLAGS@
noinst_PROGRAMS = CollisionDemo
CollisionDemo_SOURCES = CollisionDemo.cpp
CollisionDemo_LDADD = ../../src/libOgreOpcode.la @OGRE_LIBS@