代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/414420/2146557
h sections.h
/*
* Copyright (C) 2006 Atmel Corporation
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify i
www.eeworm.com/read/408818/2242561
h sections.h
/*
* Copyright (C) 2006 Atmel Corporation
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify i
www.eeworm.com/read/407331/2266261
h sections.h
/* ----------------------------------------------------------------------------
File Name: sections.h
Description: setup partition sections.
Copyright (C) 2004 STMicroelectronics
---------
www.eeworm.com/read/407331/2266264
c sections.c
/* ----------------------------------------------------------------------------
File name : sections.c
Description: setup partition sections.
COPYRIGHT (C) 2004 STMicroelectronics
-------
www.eeworm.com/read/395929/2429866
s sections.s
*
* Various sections directives
* .bss, .data, .sect, .text, .usect
* .align, .space, .bes
*
; default section (should be .text)
.word 0x1234 ; this should be put in .text
www.eeworm.com/read/395929/2429875
d sections.d
#objdump: -d --headers
#name: c54x sections
.*: +file format .*c54x.*
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 0000001b 00000000 00000000 0000...
www.eeworm.com/read/395229/2448562
h sections.h
#ifndef _ASM_GENERIC_SECTIONS_H_
#define _ASM_GENERIC_SECTIONS_H_
/* References to section boundaries */
extern char _text[], _stext[], _etext[];
extern char _data[], _sdata[], _edata[];
extern char
www.eeworm.com/read/395229/2448694
h sections.h
#ifndef _CRIS_SECTIONS_H
#define _CRIS_SECTIONS_H
/* nothing to see, move along */
#include
#endif
www.eeworm.com/read/385462/2591549
h sections.h
#ifndef _ASM_GENERIC_SECTIONS_H_
#define _ASM_GENERIC_SECTIONS_H_
/* References to section boundaries */
extern char _text[], _stext[], _etext[];
extern char _data[], _sdata[], _edata[];
extern char
www.eeworm.com/read/385462/2591614
h sections.h
#ifndef _ASM_IA64_SECTIONS_H
#define _ASM_IA64_SECTIONS_H
/*
* Copyright (C) 1998-2003 Hewlett-Packard Co
* David Mosberger-Tang
*/
#include
extern c