代码搜索:section
找到约 10,000 项符合「section」的源代码
代码结果 10,000
www.eeworm.com/read/239776/4594074
c dld_section.c
/*
* dsp_dld/arm/dld_section.c
*
* DSP Dynamic Loader Daemon: dld_section.c
*
* Copyright (C) 2003-2005 Nokia Corporation
*
* Written by Toshihiro Kobayashi
* W
www.eeworm.com/read/239776/4594089
h dld_section.h
/*
* dsp_dld/arm/dld_section.h
*
* DSP Dynamic Loader Daemon: dld_section.h
*
* Copyright (C) 2003-2005 Nokia Corporation
*
* Written by Toshihiro Kobayashi
*
www.eeworm.com/read/239776/4594101
c dld_section.c
/*
* dsp_dld/arm/dld_section.c
*
* DSP Dynamic Loader Daemon: dld_section.c
*
* Copyright (C) 2003-2005 Nokia Corporation
*
* Written by Toshihiro Kobayashi
* W
www.eeworm.com/read/239776/4594114
h dld_section.h
/*
* dsp_dld/arm/dld_section.h
*
* DSP Dynamic Loader Daemon: dld_section.h
*
* Copyright (C) 2003-2005 Nokia Corporation
*
* Written by Toshihiro Kobayashi
*
www.eeworm.com/read/233448/4684695
h sdata-section.h
#if defined (__mips) && !defined(SKIP_ATTRIBUTE)
#define SDATA_SECTION __attribute__((__section__(".sdata")))
#else
#define SDATA_SECTION
#endif
extern void abort (void);
www.eeworm.com/read/233448/4684874
c section-1.c
/* Verify that we get errors for trying to put TLS data in
sections which can't work. */
#define A(X) __attribute__((section(X)))
__thread int i A("foo"); /* Ok */
__thread int j A(".data");
www.eeworm.com/read/233448/4686307
c section1.c
/* PR optimization/6871 */
/* Constant variables belong in .rodata, not .bss. */
/* { dg-final { scan-assembler-not "\.bss" } } */
const int i = 0;
www.eeworm.com/read/229453/4755773
c section9.c
#include
#include "uart.h"
#include "TC35.h"
//定义全局变量
static char nComm;
//定义串口操作变量
char nRev_UART0; // 串口 0 的接收标志
char nRev_UART1; // 串口 1 的接收标志
char UART0_TX_BUF[200]; //
www.eeworm.com/read/229453/4755774
c section8.c
#include
#include "SPI.h"
#include "ISD4004.h"
//定义全局变量
static char nPlay;//PLAY按键
static char nRec;//REC按键
static char nPlay_count;//PLAY按键次数
static char nRec_count;//REC按键次数
www.eeworm.com/read/229453/4755778
c section3.c
#include
#include "alarm.h"
#define AT_DATA1 0xef00
#define AT_DATA2 0xf000
#define AT_DATA3 0xf100
#define AT_DATA4 0xf200
// 全局变量
int FLAG_PORT;
int PORT_INPUT;
i