代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6230070
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/273303/6281511
o elf.o
www.eeworm.com/read/273303/6281556
h elf.h
/*
* ELF executable loading
* Copyright (c) 2003, Jeffrey K. Hollingsworth
* Copyright (c) 2003, David H. Hovemeyer
* $Revision: 1.14 $
*
* This is fre
www.eeworm.com/read/273303/6281644
c~ elf.c~
/*
* ELF executable loading
* Copyright (c) 2003, Jeffrey K. Hollingsworth
* Copyright (c) 2003, David H. Hovemeyer
* $Revision: 1.29 $
*
* This is fre
www.eeworm.com/read/273303/6281663
c elf.c
/*
* ELF executable loading
* Copyright (c) 2003, Jeffrey K. Hollingsworth
* Copyright (c) 2003, David H. Hovemeyer
* $Revision: 1.29 $
*
* This is fre
www.eeworm.com/read/401421/6298672
elf adc.elf
www.eeworm.com/read/248395/6299958
elf jhdavr.elf
www.eeworm.com/read/378521/6301014
elf led.elf
www.eeworm.com/read/322905/6301370
h elf.h
#ifndef _ELF_H
#define _ELF_H
/* THese constants are for the segment types stored in the image headers */
#define PT_NULL 0
#define PT_LOAD 1
#define PT_DYNAMIC 2
#define PT_INTERP 3
#
www.eeworm.com/read/452933/6308636