代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/161121/5555773
burner ld.sys.big.burner
OUTPUT_FORMAT("elf32-bigmips")
OUTPUT_ARCH(mips)
ENTRY(main)
SECTIONS
{
. = 0xA0400000;
.text : {*(.text)}
.data : {*(.data)}
.bss : {*(.bss)}
}
www.eeworm.com/read/158865/5592922
ml freebsd.ml
# Elf with shared libm, so we can link it into the shared libstdc++.
LIBS = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK) mshlink
SHFLAGS = -Wl,-soname,$(MSHLINK)
SHDEPS = -lm
DEPLIBS = ../$(SHLIB)
www.eeworm.com/read/152843/5659064
c module.c
/* Kernel dynamically loadable module help for PARISC.
*
* The best reference for this stuff is probably the Processor-
* Specific ELF Supplement for PA-RISC:
* http://ftp.parisc-l
www.eeworm.com/read/171365/9760304
ld elfuser.ld
OUTPUT_FORMAT("elf32-i386")
ENTRY(main)
SECTIONS
{ .text 0 : /* code */
{ *(.text)
etext=.; _etext=.; }
.data : /* data */
{ *(.data)
edata=.; _edata=.; }
.bss : /* BSS
www.eeworm.com/read/171365/9760405
mak dj.mak
# defines
.SUFFIXES: .x
MAKEFILE=dj.mak
# uncomment the next line to rebuild everything if makefile changes
#MAKEDEP=$(MAKEFILE)
# chose ELF, COFF, or PE in the next line
LSCRIPT =../ldscrip
www.eeworm.com/read/171365/9760449
mak ming.mak
# defines
.SUFFIXES: .x
MAKEFILE=ming.mak
# uncomment the next line to rebuild everything if makefile changes
#MAKEDEP=$(MAKEFILE)
# chose ELF, COFF, or PE in the next line
LSCRIPT =../ldscr
www.eeworm.com/read/270177/11045769
c tfsloader.c
/* tfsloader.c:
* This file contains the code that is specific to each of the file types
* supported by TFS as the binary executable type.
* Currently, COFF, ELF and A.OUT are supported. This r
www.eeworm.com/read/270177/11045823
c tfsloader.c
/* tfsloader.c:
* This file contains the code that is specific to each of the file types
* supported by TFS as the binary executable type.
* Currently, COFF, ELF and A.OUT are supported. This r
www.eeworm.com/read/146831/12608186
asm win32.asm
; Don't even think of reading this code
; It was automatically generated by bf586.pl
; Which is a perl program used to generate the x86 assember for
; any of elf, a.