代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/243166/4530655
ld sections_flash_freertos.ld
/*
Common part of the linker scripts for STR71x devices in FLASH mode
(that is, the FLASH is seen at 0)
Copyright RAISONANCE 2005
You can use, modify and distribute thisfile freely, but without an
www.eeworm.com/read/240726/4569207
prc cs_sections_get.prc
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Sections_Get]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop proc
www.eeworm.com/read/240726/4569306
prc cs_sections_moveorreorder.prc
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Sections_MoveOrReOrder]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
www.eeworm.com/read/240726/4569309
prc cs_sections_resetorder.prc
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Sections_ResetOrder]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
d
www.eeworm.com/read/240726/4569393
prc cs_sections_getread.prc
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Sections_GetRead]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop
www.eeworm.com/read/235335/4651632
tpl edit_object_sections.tpl
{include file="phpgacl/header.tpl"}
{include file="phpgacl/acl_admin_js.tpl"}
{include file="phpgacl/navigation.tpl"}
www.eeworm.com/read/233448/4683933
c fdata-sections-1.c
/* PR middle-end/15486 */
/* Origin: Jonathan Larmour */
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-fdata-sections" } */
int x;
/* { dg-final { scan-
www.eeworm.com/read/231942/4707187
ld sections_flash_freertos.ld
/*
Common part of the linker scripts for STR71x devices in FLASH mode
(that is, the FLASH is seen at 0)
Copyright RAISONANCE 2005
You can use, modify and distribute thisfile freely, but without an