代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/101007/6262628
def game.def
LIBRARY $$root$$
EXPORTS
$$FUNCTIONS$$
SECTIONS
.data READ WRITE
www.eeworm.com/read/469205/6290754
cmd phocusfb.cmd
-lConfig1cfg.cmd
SECTIONS
{
.boot_load :> BOOT
}
www.eeworm.com/read/488187/6497608
cmd link.cmd
SECTIONS
{
vectors: load=FLASH_VEC run=VEC
/*
vectors: load=VEC run=VEC
*/
}
www.eeworm.com/read/482761/6611514
cmd lab4-asm.cmd
MEMORY
{
VECS : o=0h ,l=800h
IRAM : o=800h,l=0f800h
}
SECTIONS
{
.text :>IRAM
.data :>IRAM
.bss :>IRAM
}
www.eeworm.com/read/481981/6634521
cmd lab4-asm.cmd
MEMORY
{
VECS : o=0h ,l=800h
IRAM : o=800h,l=0f800h
}
SECTIONS
{
.text :>IRAM
.data :>IRAM
.bss :>IRAM
}
www.eeworm.com/read/477944/6726368
lds timer.lds
SECTIONS {
. = 0x30000000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/477944/6726382
lds leds.lds
SECTIONS {
. = 0x00;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/477944/6726389
lds uart.lds
SECTIONS {
. = 0x30000000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/478017/6728381
pas ucomments.pas
{ JADD - Just Another DelphiDoc: Documentation from Delphi Source Code
Copyright (C) 2003-2008 Gerold Veith
This file is part of JADD - Just Another DelphiDoc.
DelphiDoc is free software:
www.eeworm.com/read/478017/6728407
pas uformatcommentdoc.pas
{ JADD - Just Another DelphiDoc: Documentation from Delphi Source Code
Copyright (C) 2003-2008 Gerold Veith
This file is part of JADD - Just Another DelphiDoc.
DelphiDoc is free software: