代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/296553/3900996
lib elfhex.lib
elfHex {convert a ELF format object file into Motorola hex records } elfHex {elfHex} {Tornado Reference} {Tornado Utilities} {} {}
www.eeworm.com/read/447738/1695807
d tlsbin-0-dso.d
#source: tlslib.s
#as: -little
#ld: -shared -EL
#objdump: -drj.text
#target: sh*-*-linux* sh*-*-netbsd*
.*: +file format elf32-sh.*
#pass
www.eeworm.com/read/447738/1695883
sd dlsection.sd
.*: file format elf.*-sh64
Contents of section \.text:
1000 00001004 .*
Contents of section \.text2:
1004 00000017 .*
Contents of section \.stack:
80000 deaddead
www.eeworm.com/read/447738/1695906
d refdbg-0-dso.d
#source: refdbglib.s
#as: -little
#ld: -shared -EL
#objdump: -drj.text
#target: sh*-*-linux* sh*-*-netbsd*
.*: +file format elf32-sh.*
#pass
www.eeworm.com/read/447738/1698055
d align-1.d
#objdump: -srt
.*: file format elf64-mmix
SYMBOL TABLE:
0000000000000000 l d \.text 0000000000000000 (|\.text)
0000000000000000 l d \.data 0000000000000000 (|\.data)
0000000000000000 l
www.eeworm.com/read/447738/1698067
d comment-3.d
#objdump: -srt
.*: file format elf64-mmix
SYMBOL TABLE:
0000000000000000 l d \.text 0000000000000000 (|\.text)
0000000000000000 l d \.data 0000000000000000 (|\.data)
0000000000000000 l
www.eeworm.com/read/443386/1743494
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/440906/1777586
c eh7.c
// Special g++ Options: -fexceptions
// excess errors test - XFAIL a29k-*-* sparc64-*-elf arm-*-pe
main() {
if (0)
throw 1 | 2;
}