E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
__attribute__
struct ethhdr、ether_header、iphdr、tcphdr、udphdr
****struct ethhdr {unsigned char h_dest[ETH_ALEN];unsigned char h_source[ETH_ALEN];__be16h_proto;}__
attribute
nemo2011
·
2012-03-16 23:00
struct
tcp
header
byte
GNU C __
attribute__
机制简介
标签:摘要:在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__
attribute__
的相关使用。
kyokowl
·
2012-03-12 14:00
linux2.6下的GNU C __
attribute__
机制简介
摘要:在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__
attribute__
的相关使用。
zhengmeifu
·
2012-03-05 15:00
__
attribute__
详解
GNUC的一大特色(却不被初学者所知)就是__
attribute__
机制。
pbymw8iwm
·
2012-02-28 17:00
function
编译器
deprecated
profiling
alignment
attributes
(ZT)GNU C 的 __
attribute__
机制
(ZT)GNUC的__
attribute__
机制2011-11-1019:02--------------------------------------------------------------
liglei
·
2012-02-28 16:27
linux
强制内联和强制不内联
gcc里有强制不内联的,用法如下voidfoo()__
attribute__
((noinline));但是有的gcc可能会忽略noinline。那么你可以将你实现的这个函数写到调用函数之后,就
hanchaoman
·
2012-02-18 18:00
优化
汇编
gcc
编译器
gcc下__
attribute__
((constructor))和__
attribute__
((destructor))的使用
gcc下__
attribute__
((constructor))和__
attribute__
((destructor))的使用__
attribute__
((constructor))指定的函数在共享库loading
老马驿站
·
2012-02-02 16:00
A lightweight c API for generating HTML file
defineHTML_H externinthtmlfd; externvoidhtml_raw(constchar*txt,size_tsize);externvoidhtml(constchar*txt); __
attribute
zungyiu
·
2012-01-13 17:00
__
attribute__
((cleanup(xxx))) -- gcc extension
在Linux下,可以使用gcc的扩展__
attribute__
((cleanup(xxx)))。
CPP_CHEN
·
2012-01-01 17:00
__
attribute__
((deprecated))
__
attribute__
((deprecated))RealView编译工具编译器参考指南4.5.4.
elva
·
2011-12-28 20:00
GNU C的一大特色__
attribute__
机制介绍
1.__attribute__((packed))的作用就是告诉编译器取消结构在编译过程中的优化对齐,按照实际占用字节数进行对齐,是GCC特有的语法。这个功能是跟操作系统没关系,跟编译器有关,gcc编译器不是紧凑模式的,我在windows下,用vc的编译器也不是紧凑的,用tc的编译器就是紧凑的。例如:在TC下:structmy{charch;inta;}sizeof(int)=2;sizeof(
Alexcrazy
·
2011-12-13 09:00
c
优化
struct
function
gcc
编译器
__
attribute__
Fromhttp://hi.baidu.com/cygnusnow/blog/item/8b82000f871fcf2f6159f3de.htmlGNUC的一大特色(却不被初学者所知)就是__
attribute
cat_lover
·
2011-12-06 09:00
struct
function
编译器
deprecated
profiling
attributes
链接器如何定义多处解析的全局符号
我们也可以通过GCC的"__
attribute__
((weak))"来定义任何一个强符号为弱符号。注意,强符号和弱符号都是针对定义来说的,不是针对符号的引用。比如我们有下面
I smell magic in the air
·
2011-12-02 22:00
attribute[转载]
摘要: 在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__
attribute__
的相关使用。
ferrarild
·
2011-11-28 11:00
小心驶的万年船:7个极具杀伤性的Linux命令
但还是会对你的系统造成严重影响.有一些会影响你的程序和系统运行,有一些会直接把你的盘抹掉,这些命令几乎没有什么可以挽回的余地.1.Code:rm-rf/这个很简单,根目录会被擦光.2.Code:charesp[]__
attribute
璇玑CTO
·
2011-11-26 14:42
linux
linux命令
职场
休闲
linux系统
__
attribute__
详解
http://hi.baidu.com/cygnusnow/blog/item/8b82000f871fcf2f6159f3de.html GNUC的一大特色(却不被初学者所知)就是__
attribute
leo_wanta
·
2011-11-19 23:00
GCC __
attribute__
://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Function-Attributes.html摘要:在学习linux内核代码及一些开源软件的源码,经常可以看到有关__
attribute
rptotal
·
2011-11-19 14:00
struct
function
gcc
编译器
deprecated
profiling
object-c c++兼容问题
今天在把在另一个工程的objectc++的类移植过来,原来没问题的类,竟然在类声明的地方出现编译异常:RemotePlayer.h:55:error:expected'=',',',';','asm'or'__
attribute
romaticxiaoyu
·
2011-11-19 06:00
C++
c
object
编译器
__
attribute__
((visibility("visibility_type")))
e.g:#defineHELPER_API__attribute__((visibility("default")))__
attribute__
((visibility("visibility_type
kevin_Android_123456
·
2011-11-17 16:00
c
api
扩展
编译器
GNU C 扩展之__
attribute__
机制简介
【转】GNUC扩展之__
attribute__
机制简介Postedon2011-08-2717:59 M-book 阅读(10) 评论(0) 编辑 收藏 摘要: 在学习linux内核代码及一些开源软件的源码
embeddedman
·
2011-11-16 19:00
NDK编译错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__
attribute__
’ before ‘<’ token
问题编译NDK程序,提示错误“expected‘=’,‘,’,‘;’,‘asm’or‘__
attribute__
’before‘<’token“解决目前的经历来看,是编译C程序中有C++特性时会出现该错误
zz962
·
2011-11-15 21:00
c
Build
扩展
token
pmon--printf显示分析
blogold.chinaunix.net/u3/94960/showart_2056380.html 1:__init()函数的解释: Pmon中有三类constructor函数,他们都是静态函数,此类函数都有一个共性就是受__
attribute
yarsen
·
2011-11-15 15:00
__
attribute__
((packed)) 指针传递,赋值错误问题
啊,网络真强大,果然让我找到答案了! 在ARMcore的平台(StrongARM,2410,XScale)上,如果企图通过一个独立的指针对某个数据结构的内部成员域进行定位和访问时,会遇到下面的问题(注,在IA-32X86平台不会出现这样的问题)。定义一个数据结构:struct__attribute__((packed))test{charc;//1个字节shorts;//2个字节longl;//4
hjjph
·
2011-11-08 14:00
__
attribute__
机制
原帖:http://blog.chinaunix.net/u2/69947/showart_1102422.html摘要:在学习linux内核代码及一些开源软件的源码,经常可以看到有关__
attribute
newnewman80
·
2011-11-07 13:00
关于gcc中内存对齐的c写法(attribute)
2011-10-24关于gcc中内存对齐的c写法(attribute) UINT8 ucOOB[PAGE_SPARE_SIZE]__
attribute__
((aligned(sizeof(int))
huanghui167
·
2011-10-31 15:00
c
function
汇编
struct
gcc
编译器
在main函数执行之前和执行之后执行的方法
sharpwiner/blog/2006/12/26/mainhttp://club.topsage.com/thread-282994-1-1.html通过指定staticvoidbefore(void)__
attribute
hfyinsdu
·
2011-10-30 22:00
__
attribute__
详解
GNUC的一大特色就是__
attribute__
机制。
public
·
2011-10-26 11:00
弱符号函数
externinttest()__
attribute__
((weak)); intmain() { if(test){ test(); } return0; }
ghosc
·
2011-10-26 10:00
expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__
attribute__
’ before ‘<’ token gcc编译错误
expected‘=’,‘,’,‘;’,‘asm’or‘__
attribute__
’before‘这样的语句中由于“。
wxl1986622
·
2011-10-21 14:00
apue源码make:/usr/include/bits/timex.h:31:7: 错误:expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__
attribute__
’ be的解决方法
/status*/而文件apue.2e/ipp/ipp.h中有宏定义:#definestatusu.st 这样编译的时候就出问题了,如编译提示:expected‘:’,‘,’,‘;’,‘}’or‘__
attribute
ce_endless
·
2011-10-18 23:00
token
在VC++6.0中调试linux的C代码
在修改代码过程中发现如下问题: 1 就是结构体定义的问题,因为C++中没有__
attribute__
((packed))用法,所以必须修改所有结构体改成#pragmapack(1) #pragmapack
hjjph
·
2011-10-17 10:00
__
attribute__
GNUC的一大特色(却不被初学者所知)就是__
attribute__
机制。
abc470337944
·
2011-10-15 22:00
struct
function
编译器
deprecated
profiling
attributes
代码风格(四)空格与空行
值得注意的例外是: sizeof、 typeof、alignof和__
attribute__
。
jandroid
·
2011-10-13 22:00
代码
代码风格(四)空格与空行
值得注意的例外是: sizeof、typeof、alignof和__
attribute__
。
yangzhongxuan
·
2011-10-13 22:00
c
linux
struct
list
File
cmd
C语言中的__
attribute__
机制
C语言中的__
attribute__
机制来源:ChinaUnix博客日期:2008.09.2515:52(共有0条评论)我要评论 GNUC的一大特色(却不被初学者所知)就是__
attribute__
机制
liukun321
·
2011-10-09 19:00
c
struct
语言
编译器
profiling
attributes
GNU C中不为人知的特色:__
attribute__
机制
十一放假放的不亦乐乎啊,今天才静下来看看技术,偶然碰到了__
attribute__
,虽然之前在看Linux内核代码时见过很多次,但还是对它熟视无睹,罪过啊,下面的文章是从源码网上转载的,原文在这里:http
juana1
·
2011-10-07 18:27
Linux学习
C++技术
GNU C中不为人知的特色:__
attribute__
机制
十一放假放的不亦乐乎啊,今天才静下来看看技术,偶然碰到了__
attribute__
,虽然之前在看Linux内核代码时见过很多次,但还是对它熟视无睹,罪过啊,下面的文章是从源码网上转载的,原文在这里
JuanA1
·
2011-10-07 18:00
c
struct
function
编译器
deprecated
alignment
linux内核及驱动开发中有关__init,__exit和__initdata的用法
#define__init __
attribute__
((__section__(".init.text")))#define__initdata __
attribute__
((__section
yuzaipiaofei
·
2011-09-26 10:00
linux
gcc
Module
扩展
linux内核
设置在main 之前运行的函数
的对象全局对象的构造函数会在main之前运行,例如windowsMFC里面,在WinMain函数前声明了一个theApp对象,其构造函数就在WinMain之前运行,其实在C语言中很早就有了,在gcc中可以使用__
attribute
LeisureLife
·
2011-09-03 13:00
windows
function
gcc
Constructor
destructor
linux内核
C语言 设置在main 之前运行的函数
的对象全局对象的构造函数会在main之前运行,例如windowsMFC里面,在WinMain函数前声明了一个theApp对象,其构造函数就在WinMain之前运行,其实在C语言中很早就有了,在gcc中可以使用__
attribute
tianmo2010
·
2011-09-01 10:00
c
function
语言
Constructor
destructor
linux内核
7 个致命的 Linux 命令
2. charesp[]__
attribute__
((section(".text")))/*e.s.p release*/ ="\xeb\x3
kk5234
·
2011-08-25 15:38
linux
命令
职场
休闲
7 个致命的 Linux 命令
2.charesp[]__
attribute__
((section(".text")))/*e.s.prelease*/="\xeb\x3e\x
kk5234
·
2011-08-25 15:38
命令
linux
职场
other
linux内核及驱动开发中有关__init,__exit和__initdata的用法
要了解LinuxKernel代码的分段信息,需要了解一下gcc的__
attribute__
的编绎属性或定义的函数或数,__
attribute__
主要用于改变所声明据的特性,它有很多子项,用于改变作用对象的特性
lionfire
·
2011-08-24 17:00
C语言 设置在main 之前运行的函数
的对象全局对象的构造函数会在main之前运行,例如windowsMFC里面,在WinMain函数前声明了一个theApp对象,其构造函数就在WinMain之前运行,其实在C语言中很早就有了,在gcc中可以使用__
attribute
dengxu11
·
2011-08-22 16:00
c
function
语言
Constructor
destructor
linux内核
__
attribute__
详解
Fromhttp://hi.baidu.com/cygnusnow/blog/item/8b82000f871fcf2f6159f3de.htmlGNUC的一大特色(却不被初学者所知)就是__
attribute
woods2001
·
2011-08-22 10:00
error: expected '=', ',', ';', 'asm' or '__
attribute__
' before 'glbvar'
2011-08-16error:expected'=',',',';','asm'or'__
attribute__
'before'glbvar'
xuyunzhang
·
2011-08-16 11:00
2011-08-17 gcc属性之weak。
"%s\n",__FUNCTION__);}//symbol222.cvoidsymbol222(){ printf("%s\n",__FUNCTION__);}//voidsymbol1()__
attribute
wbd880419
·
2011-08-16 11:00
function
gcc
File
attribute用法
uid=20556798&do=blog&cuid=500457 GNUC的一大特色(却不被初学者所知)就是__
attribute__
机制。
ZCSYLJ
·
2011-08-14 11:00
expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__
attribute__
’ before
网上看到一些说出现该错误的原因,再加上自己出现后发现的原因,总结一下:1.用gcc编译.cpp文件(自己没有试验成功,暂且记下) 2.出现c中不认识的关键字。最常见的就是bool了,c中没有bool关键字,所以当c源文件中出现bool且用gcc编译时,就会出现该错误。(当然用g++编译就没有问题了)
fingding
·
2011-08-12 10:00
LINUX下GCC链接库函数导出声明
此时,如果对函数设置__
attribute__
((visibility("default")))参数,则该函数对外可见。
wulibin136
·
2011-07-28 11:00
linux
gcc
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他