代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/165712/10053293
cmd f2812.cmd
/****************************************************************************/
/* F2812.cmd - Sample linker command file for F28xx devices */
/*
www.eeworm.com/read/165711/10053314
cmd f2812.cmd
/****************************************************************************/
/* F2812.cmd - Sample linker command file for F28xx devices */
/*
www.eeworm.com/read/165435/10062375
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/165008/10079065
inx mdmfake.inx
;
; "Fakemodem" Controllerless driver illustrative example
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; *******************************************************************
www.eeworm.com/read/359881/10119043
def keyboardhook.def
; KeyboardHook.def : Declares the module parameters for the DLL.
LIBRARY "KeyboardHook"
DESCRIPTION 'KeyboardHook Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/357555/10206789
cmd f2812.cmd
/****************************************************************************/
/* F2812.cmd - Sample linker command file for F28xx devices */
/*
www.eeworm.com/read/357542/10206940
prm p&e_fcs_linker.prm
/* This is a linker parameter file for the GZ32 */
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/356217/10234426
lds nios2.lds
/*
* (C) Copyright 2004, Psyent Corporation
* Scott McNutt
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is f
www.eeworm.com/read/162134/10332391
def keyboardhook.def
; KeyboardHook.def : Declares the module parameters for the DLL.
LIBRARY "KeyboardHook"
DESCRIPTION 'KeyboardHook Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/278838/10503028
lds elf32-littlearm.lds
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(reset)
SECTIONS
{
. = ALIGN(4);
.text :
{
_stext = .;
*(.text)