代码搜索:ELF

找到约 10,000 项符合「ELF」的源代码

代码结果 10,000
www.eeworm.com/read/191923/5161360

cvsignore .cvsignore

*.o *.bin *.list *.map *.local *.BIN *.BN2 *.BM2 *.ELF *.EL2 *.EXE *.EX2 *.EX5 TAGS dependencies
www.eeworm.com/read/191923/5161362

cvsignore .cvsignore

*.o *.bin *.list *.map *.local *.BIN *.BN2 *.BM2 *.ELF *.EL2 *.EXE *.EX2 *.EX5 TAGS dependencies
www.eeworm.com/read/191923/5161382

makefile

TARGET = JPEGDEMO SOURCES = jpegdemo.cpp INSTDIR = $(BINDIR)/root/APPS MONADIR = ../../.. ADDLINK = -ljpegls ADDLINKDEP = $(MONADIR)/lib/libjpegls.a ifneq ($(BUILD_TARGET),ELF) include $(MONAD
www.eeworm.com/read/190843/5170609

makefile

# # Makefile for Windriver HSI sbc8240, Diab environment # # Author: Ernie Price - eprice@bitwise.net # # TARGET MPC8240, Elf, No floating point support, "simple" environment # ################
www.eeworm.com/read/190131/5186799

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/190130/5187337

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/186388/5233523

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/182103/5268083

lds ppcboot.lds

OUTPUT_ARCH(powerpc) /* OUTPUT_FORMAT(ppcboot) */ /* Do we need any of these for elf? __DYNAMIC = 0; */ SECTIONS { .text : { /* We have to build the header by hand, painful since ppcboot
www.eeworm.com/read/179911/5293996

lds bootloader.lds

OUTPUT_FORMAT("elf64-alpha") ENTRY(__start) SECTIONS { . = 0x20000000; .text : { *(.text) } _etext = .; PROVIDE (etext = .); .rodata : { *(.rodata) } .data : { *(.data) CONSTRUCTORS } .g
www.eeworm.com/read/178244/5317442

h asmmips.h

// Assembly language support for mips CPU. // Bruno Haible 29.5.1999 // When assembly language code is compiled into a shared library, ELF linkers // need to know which symbols are functions. #if def