代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/135153/5888910
h elf.h
#ifndef _LINUX_ELF_H
#define _LINUX_ELF_H
#include
#include
/* 32-bit ELF base types. */
typedef __u32 Elf32_Addr;
typedef __u16 Elf32_Half;
typedef __u32 Elf32_Off;
type
www.eeworm.com/read/135153/5889275
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/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/135153/5889320
h elf.h
#ifndef __ASMARM_ELF_H
#define __ASMARM_ELF_H
/*
* ELF register definitions..
*/
#include
#include
#include
typedef unsigned long elf_greg_t;
type
www.eeworm.com/read/133772/5900039
h elf.h
#ifndef CYGONCE_LOADER_ELF_H
#define CYGONCE_LOADER_ELF_H
//==========================================================================
//
// elf.h
//
// ELF file format definitions
www.eeworm.com/read/133772/5901493
h elf.h
#ifndef CYGONCE_REDBOOT_ELF_H
#define CYGONCE_REDBOOT_ELF_H
//==========================================================================
//
// elf.h
//
// ELF file format definitions
www.eeworm.com/read/132748/5909784
h elf.h
#ifndef _LINUX_ELF_H
#define _LINUX_ELF_H
#include
#include
/* 32-bit ELF base types. */
typedef __u32 Elf32_Addr;
typedef __u16 Elf32_Half;
typedef __u32 Elf32_Off;
type
www.eeworm.com/read/132747/5910608
h elf.h
/*
* Copyright (c) 1995, 1994, 1993, 1992, 1991, 1990
* Open Software Foundation, Inc.
*
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purp
www.eeworm.com/read/132747/5910635
h elf.h
/*
* Copyright (c) 1995-1994 The University of Utah and
* the Computer Systems Laboratory at the University of Utah (CSL).
* All rights reserved.
*
* Permission to use, copy, modify and distribu
www.eeworm.com/read/131315/5938538
c elf.c
/* ELF executable support for BFD.
Copyright 1991, 1992 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support, from information published
in "UNIX System V Release 4, Programm