代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/478234/6722369
elf watchdog.elf
www.eeworm.com/read/478234/6722372
elf pwm.elf
www.eeworm.com/read/478234/6722405
elf bootloader.elf
www.eeworm.com/read/478234/6722409
elf dispchar.elf
www.eeworm.com/read/478234/6722410
elf dispgraph.elf
www.eeworm.com/read/477147/6739310
elf first.elf
www.eeworm.com/read/476941/6743262
h elf.h
// Format of an ELF executable file
#define ELF_MAGIC 0x464C457FU // "\x7FELF" in little endian
// File header
struct elfhdr {
uint magic; // must equal ELF_MAGIC
uchar elf[12];
ushort type;
www.eeworm.com/read/410111/11301910
elf avricp.elf
www.eeworm.com/read/410109/11301958
elf avricp.elf
www.eeworm.com/read/264644/11307745