这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » linux问题求教

共2条 1/1 1 跳转至

linux问题求教

菜鸟
2004-11-09 16:38:37     打赏

在 linux/arch/arm/boot/bootp/init.S中

.section .start,#alloc,#execinstr .type _entry, #function _entry: adr r10, initdata ldr r11, initdata sub r11, r10, r11 @ work out exec offset b splitify .size _entry,. - _entry

.type initdata, #object initdata: .word initdata @ compiled address of this .size initdata,. - initdata 这些伪指令代表什么意思?

在linux/module.h中

#define __EXPORT_SYMBOL(sym, str) const char __kstrtab_##sym[] __attribute__((section(".kstrtab"))) = str; const struct module_symbol __ksymtab_##sym __attribute__((section("__ksymtab"))) = { (unsigned long)&sym, __kstrtab_##sym }

“##“代表什么意思?

小弟初学,还请各位大虾不吝赐教!!!!!




关键词: linux     问题     求教    

菜鸟
2004-11-09 16:55:00     打赏
2楼
##表示字符串连接

共2条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]