代码搜索:LDS

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

代码结果 10,000
www.eeworm.com/read/261904/11615679

cvsignore .cvsignore

vivi.lds
www.eeworm.com/read/132649/5912936

lib makefile.lds_admin.lib

# $Id: Makefile.lds_admin.lib,v 1000.0 2003/10/29 21:08:24 gouriano Exp $ # Build library "lds_admin" ############################### SRC = lds_admin lds_coreobjreader lds_files lds_object LIB = lds
www.eeworm.com/read/428734/8850305

lds test.lds

OUTPUT_ARCH(arm) ENTRY(begin) SECTIONS { . = 0x1000000; .text : { /* Real text segment */ _begin = .; /* Text and read-only data */ *(.text) *(.fixup) *(.gnu.warning) *(.text.lock)
www.eeworm.com/read/428734/8850341

lds ucos.lds

OUTPUT_ARCH(arm) ENTRY(begin) SECTIONS { . = 0x1000000; .text : { /* Real text segment */ _begin = .; /* Text and read-only data */ *(.text) *(.fixup) *(.gnu.warning) *(.text.lock)
www.eeworm.com/read/282541/9084465

in usb.lds.in

#include "config.h" OUTPUT_FORMAT("elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(_start) SECTIONS { . = SDRAM_BASE; . = ALIGN(4); .text : { *(.text) } . = ALIGN(4); .ro
www.eeworm.com/read/282541/9084581

in test.lds.in

#include "config.h" OUTPUT_FORMAT("elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(_start) SECTIONS { . = SDRAM_BASE; . = ALIGN(4); .text : { *(.text) } . = ALIGN(4); .ro
www.eeworm.com/read/183877/9134051

lds timer.lds

SECTIONS { firtst 0x00000000 : { head.o init.o } second 0x30000000 : AT(4096) { main.o interrupt.o } }
www.eeworm.com/read/281740/9136840

lds int.lds

SECTIONS { firtst 0x00000000 : { head.o init.o } second 0x30000000 : AT(4096) { main.o serial.o interrupt.o } }
www.eeworm.com/read/281739/9136902

lds clock.lds

SECTIONS { . = 0x30004000; .init : AT(0){ head.o *.o } }
www.eeworm.com/read/281650/9143916

in vivi.lds.in

SECTIONS { . = TEXTADDR; .text : { __ro_start = . ; *(.text) *(.rodata) __ro_end = . ; } .data ALIGN(4) : { __rw_start = . ; *(.data) __rw_end = . ;