代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/127645/14346019
txt 打印.txt
' =======================================================================
'
' 模块:所有与打印有关的函数、过程、声明等
'
' =======================================================================
Private Declare
www.eeworm.com/read/224377/14595398
lds vi.lds
SECTIONS {
. = 0x00000000;
.text : { *(.text) }
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/217373/14967702
in vivi.lds.in
SECTIONS {
. = TEXTADDR;
.text : { *(.text) }
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/217373/14968091
in test.lds.in
SECTIONS {
.text TEXTADDR : { *(.text) }
.data ALIGN(4): { *(.data) }
.bss ALIGN(4): { *(.bss) *(COMMON) }
}
www.eeworm.com/read/163872/5507728
ld standalone_romrun.ld
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/162614/5516424
h sysv4.h
/* Target definitions for GNU compiler for SPARC running System V.4
Copyright (C) 1991, 1992, 1995, 1996, 1997, 1998, 2000, 2002
Free Software Foundation, Inc.
Contributed by Ron Guilmette (r
www.eeworm.com/read/161121/5555746
script ld.script
OUTPUT_ARCH(mips)
SECTIONS
{
.initrd :
{
*(.data)
}
}
www.eeworm.com/read/158872/5589834
texi section.texi
@section Sections
The raw data contained within a BFD is maintained through the
section abstraction. A single BFD may have any number of
sections. It keeps hold of them by pointing to the first;
eac
www.eeworm.com/read/158865/5594106
h i386-interix.h
/* Target definitions for GNU compiler for Intel 80386 running Interix
Parts Copyright (C) 1991, 1999 Free Software Foundation, Inc.
Parts:
by Douglas B. Rupp (drupp@cs.washington.edu).
www.eeworm.com/read/474217/6816666
def qqhook.def
EXPORTS
SetKeyBoardHook
SECTIONS
QQSpyShare Read Write Shared