代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/447738/1694632
exp dynamic-sections.exp
# Check for bug introduced on 2002-06-10. See dynamic-sections.t for
# more details
if ![is_elf_format] {
return
}
run_dump_test dynamic-sections
www.eeworm.com/read/447738/1694639
t dynamic-sections.t
SECTIONS
{
.data : { *(.data) }
.rodata : { *(.rodata) }
/* The .rel* sections are typically placed here, because of the way
elf32.em handles orphaned sections. A bug introduced on 2002-0
www.eeworm.com/read/447738/1695179
d local10.d
#source: local1.s
#source: ext1g.s
#source: start.s
#ld: -m elf64mmix
#error: 254 is not a local register
www.eeworm.com/read/447339/1705873
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/446068/1716675
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/444483/1733377
lnp printf.lnp
-T .\Flash.ld -Wl --gc-sections -o Printf.elf "main.o" "serial.o" "startup.o" "syscalls.o" -nostartfiles
www.eeworm.com/read/443386/1743140
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/443386/1743827
lds vsyscall.lds
/*
* 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/410339/2212777
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/403801/2308750
txt demo_build_warnings.txt
> "make" all
-------- begin --------
arm-elf-gcc (GCC) 4.0.1 (WinARM)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO