代码搜索:Loader
找到约 9,497 项符合「Loader」的源代码
代码结果 9,497
www.eeworm.com/read/213698/15127575
makefile
##### File Definition ####
PRJ = 2440loader
INIT= 2440init
AM1 = 2440slib
AM2 = nand_s
CM1 = nand
CM2 = 2440lib
#### Destination path Definition ####
OBJ=.\obj
ERR=.\err
#### ARM tool
www.eeworm.com/read/25701/949355
icf lpld_boot_k60dn512.icf
/*MK60DN512ZVLQ10 存储空间分配 */
//0x0000,0000----0x0000,5000用于存储BOOT_LOADER
//0x0000,5000----0x0008,0000用于存储用户代码
/************************************************************************/
define symbo
www.eeworm.com/read/489559/1218359
c cmd_menu.c
/*
* mike.arm9@163.com, www.arm9.net
*
*/
#include
#include
#include
#include
#ifdef CONFIG_SURPORT_WINCE
#include "../wince/loader.h"
#endif
extern char
www.eeworm.com/read/480017/1323921
java joinwalker.java
//$Id: JoinWalker.java 7652 2005-07-26 05:51:47Z oneovthafew $
package org.hibernate.loader;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Iter
www.eeworm.com/read/480017/1323934
java customquery.java
//$Id: CustomQuery.java 6836 2005-05-19 22:38:09Z oneovthafew $
package org.hibernate.loader.custom;
import java.util.Map;
import java.util.Set;
import org.hibernate.LockMode;
import org.hibe
www.eeworm.com/read/460636/1559291
kconfig
config DVB_AV7110
tristate "AV7110 cards"
depends on DVB_CORE
select FW_LOADER
select VIDEO_DEV
select VIDEO_SAA7146_VV
help
Support for SAA7146 and AV7110 based DVB cards as produced
by
www.eeworm.com/read/459264/1570520
makefile
##### File Definition ####
PRJ = 2440loader
INIT= 2440init
AM1 = 2440slib
AM2 = nand_s
CM1 = nand
CM2 = 2440lib
#### Destination path Definition ####
OBJ=.\obj
ERR=.\err
#### ARM tool
www.eeworm.com/read/209559/4964198
kconfig
config DVB_AV7110
tristate "AV7110 cards"
depends on DVB_CORE && PCI
select FW_LOADER
select VIDEO_DEV
select VIDEO_SAA7146_VV
help
Support for SAA7146 and AV7110 based DVB cards as produced
www.eeworm.com/read/183001/5259117
h win32.h
#ifndef PORT_PROTOS_H
#define PORT_PROTOS_H
#include "utils/dynamic_loader.h"
#define pg_dlopen(f) dlopen((f), 1)
#define pg_dlsym dlsym
#define pg_dlclose dlclose
#define pg_dlerror dlerror
cha