代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/200813/15424186
prm p&e_fcs_linker.prm
/* This is a linker parameter file for the LK24 */
NAMES END /* CodeWarrior will pass all the needed files to the linker by command line. But here you may add your own files too. */
SECTIONS /* he
www.eeworm.com/read/200813/15424187
prm mmds-mmevs_linker.prm
/* This is a linker parameter file for the LK24 */
NAMES END /* CodeWarrior will pass all the needed files to the linker by command line. But here you may add your own files too. */
SECTIONS /* he
www.eeworm.com/read/107286/15610257
def mousehook.def
; Mousehook.def : Declares the module parameters for the DLL.
LIBRARY "Mousehook"
DESCRIPTION 'Mousehook Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
SECTION
www.eeworm.com/read/105051/15679195
ld com16.ld
/* Simple linker script to pre-link DOS .com files */
OUTPUT_FORMAT("elf32-i386", "elf32-i386",
"elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS
{
/* Read-only sections, merged into te
www.eeworm.com/read/162614/5530130
c asm-fs-1.c
/* Origin:
Make sure we do not get spurious '*' characters in section names or
elsewhere, with asm-specified names. */
/* { dg-do compile } */
/* { dg-options "-w -ffunction-s
www.eeworm.com/read/320899/13416741
ldf bf561_micron_image_capture_mt9v022_mt9v032.ldf
/* MANAGED-BY-SYSTEM-BUILDER */
/*
** ADSP-BF561 linker description file generated on Oct 24, 2007 at 16:16:17.
**
** Copyright (C) 2000-2007 Analog Devices Inc., A
www.eeworm.com/read/192685/8363791
txt 在datareport 报表设计器中如何动态加入控件.txt
由VB 6 所提供的DataReport.<mark>Sections</mark>.Item(Index).Controls.Item(Index)...这样的语法不太利于编程控制数据报表设计器的专用控件的位置、大小等各种属性。但是,我们可以编程根据控件所在区域(Section)和所属类别等将它们分成若干集合(Collection),然后通过控制集合的元素来控制其所代表的控件。当然,在设计阶段我们要将足够多的控件绘制到D ...
www.eeworm.com/read/192099/8405744
cmd timer.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/291481/8415720
ld flash.ld
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
www.eeworm.com/read/191918/8416702
ld link_16k_256k_ram.ld
ENTRY(_startup)
EXTERN(_startup)
/* Memory Definitions */
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x00040000
RAM (rw) : ORIGIN = 0x40000200, LENGTH = (0x00004000 - 0x000002