代码搜索:ELF

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

代码结果 10,000
www.eeworm.com/read/301491/13858299

elf monitor.elf

www.eeworm.com/read/152843/5664561

h elf.h

#ifndef __ASMCRIS_ARCH_ELF_H #define __ASMCRIS_ARCH_ELF_H #define ELF_MACH EF_CRIS_VARIANT_ANY_V0_V10 /* * This is used to ensure we don't load something for the wrong architecture. */ #define elf
www.eeworm.com/read/152843/5664686

h elf.h

#ifndef _ASM_CRIS_ELF_H #define _ASM_CRIS_ELF_H #define ELF_CORE_EFLAGS EF_CRIS_VARIANT_V32 /* * This is used to ensure we don't load something for the wrong architecture. */ #define elf_check_arc
www.eeworm.com/read/151104/5686293

pl elf.pl

# # ELF header field numbers # $e_ident = 0; # Identification bytes / magic number $e_type = 1; # ELF file type $e_machine = 2; # Target machine type $e_version = 3; # File version $e_entry = 4
www.eeworm.com/read/148143/5718122

c elf.c

/* * File: elf.c * Purpose: Data definitions and routines for downloading ELF files. * * Notes: * */ #include "src/include/dbug.h" #include "src/uif/uif.h" /**********************
www.eeworm.com/read/147766/5723533

pl elf.pl

# # ELF header field numbers # $e_ident = 0; # Identification bytes / magic number $e_type = 1; # ELF file type $e_machine = 2; # Target machine type $e_version = 3; # File version $e_entry = 4
www.eeworm.com/read/147766/5726158

h elf.h

#define CONFIG_KCORE_ELF 1
www.eeworm.com/read/147766/5726289

h elf.h

#define CONFIG_BINFMT_ELF 1
www.eeworm.com/read/147766/5726995

h elf.h

/* * ELF definitions for 32-bit CPUs */ #define ELF_EXEC_PAGESIZE 4096 #ifdef __KERNEL__ /* * 32-bit code is always OK. Some cpus can do 26-bit, some can't. */ #define ELF_PROC_OK(x) \
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