代码搜索:sections

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

代码结果 10,000
www.eeworm.com/read/218262/14929418

lds elf32-littlearm.lds

OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(reset) SECTIONS { . = ALIGN(4); .text : { _stext = .; *(.text)
www.eeworm.com/read/116744/14955939

txt ch22l02.txt

Listing 22.2 caine.html. Michael Caine Michael Caine This page is Still Under Construction. This document is a brief
www.eeworm.com/read/217373/14967708

lds vivi.lds

SECTIONS { . = 0x33f00000; .text : { *(.text) } .data ALIGN(4) : { *(.data) } .bss ALIGN(4) : { *(.bss) *(COMMON) } }
www.eeworm.com/read/170328/5404451

ld at91sam7s64-rom.ld

/*---------------------------------------------------------------------------*/ /*- ATMEL Microcontroller Software Support - ROUSSET - */ /*------------------------------------
www.eeworm.com/read/170328/5404453

ld at91sam7s64-ram.ld

/*---------------------------------------------------------------------------*/ /*- ATMEL Microcontroller Software Support - ROUSSET - */ /*------------------------------------
www.eeworm.com/read/169956/5408226

readme-firmware

Hi all, we provide 2 firmware versions. The one that is getting built by default provides a Link Layer interface to the CI slots of your DVB card. A sample implementation of a CI library using this
www.eeworm.com/read/169681/5416158

out link.out

/* link.OUT - gnu linker command file for VxWorks: OUT */ /* Copyright 1984-2001 Wind River Systems, Inc. */ /* This file was automatically generated using tool/common/ldscripts. */ /* modification
www.eeworm.com/read/169681/5416162

ram link.ram

/* link.RAM - gnu linker command file for VxWorks: RAM */ /* Copyright 1984-2001 Wind River Systems, Inc. */ /* This file was automatically generated using tool/common/ldscripts. */ /* modification
www.eeworm.com/read/169681/5416163

rom link.rom

/* link.ROM - gnu linker command file for VxWorks: ROM */ /* Copyright 1984-2001 Wind River Systems, Inc. */ /* This file was automatically generated using tool/common/ldscripts. */ /* modification
www.eeworm.com/read/168013/5450015

js feedsfileparser.js

var feedsFile; function FeedsFile() { var oThis = this; var oXmlDom = zXmlDom.createDocument(); this.sections = []; this.onload = null; oXmlDom.load("feeds.xml"); oXmlDom.onreadys