代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/296774/7113892
h eabilesim.h
/* Support for GCC on simulated PowerPC systems targeted to embedded ELF
systems.
Copyright (C) 1995 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GNU CC
www.eeworm.com/read/297233/8039183
h eabilesim.h
/* Support for GCC on simulated PowerPC systems targeted to embedded ELF
systems.
Copyright (C) 1995 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GNU CC
www.eeworm.com/read/297233/8039199
h eabile.h
/* Core target definitions for GNU compiler for PowerPC targeted to
little endian embedded ELF systems.
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Contributed by Cygnus Support.
www.eeworm.com/read/297233/8039461
h psos.h
/* Operating system specific defines to be used when targeting GCC for some
embedded system running pSOS. We assume GNU tools with ELF, but
try to maintain compatibility with the MRI tools. Base
www.eeworm.com/read/140163/13101304
h binimg.h
/* binimg.h -- defs for a.out+coff+elf+pe+exe+ne+le+omf formats */
#ifndef __GNUC__
#pragma pack(1)
#define __attribute__()
#endif
/* ****************** MAGIC NUMBERS ************************
www.eeworm.com/read/138783/13213399
gcmmx makefile.gcmmx
# makefile for libpng on Linux ELF with gcc using MMX assembler code
# Copyright 1996-1997 Andreas Dilger
# Copyright 1998-2001 Greg Roelofs
# For conditions of distribution and use, see copyright not
www.eeworm.com/read/312331/13613537
bat vxworks.bat
make bootNand
del sysALib.o
del Nand.o
make vx
elf vxWorks.st debug
attach vxworks.st.bin bootrom_uncmp.bin
www.eeworm.com/read/147766/5722502
c addnote.c
/*
* Program to hack in a PT_NOTE program header entry in an ELF file.
* This is needed for OF on RS/6000s to load an image correctly.
* Note that OF needs a program header entry for the note, not
www.eeworm.com/read/147766/5722666
lds bootloader.lds
OUTPUT_FORMAT("elf64-alpha")
ENTRY(__start)
SECTIONS
{
. = 0x20000000;
.text : { *(.text) }
_etext = .;
PROVIDE (etext = .);
.rodata : { *(.rodata) *(.rodata.*) }
.data : { *(.data) CONSTR
www.eeworm.com/read/147766/5723509
makefile
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
USE_STANDARD_AS_RULE := true
LD_A