代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/152102/12139596
lds usr.lds
SECTIONS {
. = 0x00;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/150710/12269885
dld bubble.dld
/* ----------------------------------------------------------------------------
* example/mcore/bubble.dld: Linker Command File for Bubble Sort example.
*
* Target: SH.
*
* This sample linker com
www.eeworm.com/read/150709/12269907
dld bubble.dld
/* ----------------------------------------------------------------------------
* example/powerpc/bubble.dld: Linker Command File for Bubble Sort example.
*
* Target: PowerPC.
*
* This sample lin
www.eeworm.com/read/150708/12269926
dld bubble.dld
/* ----------------------------------------------------------------------------
* example/m68k/bubble.dld: Linker Command File for Bubble Sort example.
*
* Target: MC68060.
*
* This sample linker
www.eeworm.com/read/150707/12269938
dld bubble.dld
/* ----------------------------------------------------------------------------
* example/coldfire/bubble.dld: Linker Command File for Bubble Sort example.
*
* Target: Coldfire.
*
* This sample l
www.eeworm.com/read/230612/14280681
lds usr.lds
SECTIONS {
. = 0x30000000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/230611/14280748
lds usr.lds
SECTIONS {
. = 0x30000000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/230602/14280839
lds leds.lds
SECTIONS {
. = 0x00;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/228579/14378679
cmd lpc2138.cmd
/* ****************************************************************************************************** */
/* Modified by David Wolpoff to Support LPC2138.
It works for me, but you better not
www.eeworm.com/read/123658/14617783
h sysv4.h
/* Definitions of target machine for GNU compiler.
Motorola 88100 in an 88open ABI environment.
Copyright (C) 1990, 1991 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@netcom.c