代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/362989/2925192
h elfclass.h
/* This file specifies the native word size of the machine, which indicates
the ELF file class used for executables and shared objects on this
machine. */
#ifndef _LINK_H
# error "Never use
www.eeworm.com/read/350894/3114302
mac mcf5235.mac
; set IPSBAR address
mbar 40000000
; set RAMBAR for processor
control c05 100001
; load debug file
hload ..\demo.elf
; set breakpoint at main
br main
www.eeworm.com/read/161121/5556916
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet
www.eeworm.com/read/158865/5593872
h eabisim.h
/* Support for GCC on simulated PowerPC systems targeted to embedded ELF
systems.
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of
www.eeworm.com/read/152843/5658355
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet
www.eeworm.com/read/152843/5659329
s vsyscall.lds.s
/*
* Linker script for vsyscall DSO. The vsyscall page is an ELF shared
* object prelinked to its virtual address, and with only one read-only
* segment (that fits in one page). This script contr
www.eeworm.com/read/172256/9715759
makefile
CROSS = arm-uclinux-elf-
CPP = $(CROSS)g++
CC = $(CROSS)gcc
LD = $(CROSS)ld
ifndef INTERMEDIATEDIR
INTERMEDIATEDIR = $(HOME)/Intermediate
endif
ifndef MODULESDIR
MODULESDIR = /hom
www.eeworm.com/read/171365/9760297
mak dj.mak
# defines
.SUFFIXES: .asm .x .exe
MAKEFILE=dj.mak
# uncomment the next line to rebuild everything if this makefile changes
#MAKEDEP=$(MAKEFILE)
# chose ELF, COFF, or PE in the next two lines
A
www.eeworm.com/read/171365/9760462
mak ming.mak
# defines
.SUFFIXES: .asm .x .exe
MAKEFILE=ming.mak
# uncomment the next line to rebuild everything if this makefile changes
#MAKEDEP=$(MAKEFILE)
# chose ELF, COFF, or PE in the next two line