⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 phdrs2.t

📁 GNU binutils是GNU交叉工具链中的一个源码包
💻 T
字号:
PHDRS{  Foo PT_LOAD ;  Bar PT_LOAD ;}SECTIONS{  . = 0x800000 - 1;  /* The PHDRS generated should start at the aligned .foo section     address, not the unaligned .empty section address */  .empty : { 	EMPTY_START = ABSOLUTE(.) ;	*(.empty) 	EMPTY_END = ABSOLUTE(.) ;	} : Foo  .foo : { *(.foo) } : Foo  .bar : { *(.bar)	LONG(EMPTY_START) ;	 } : Bar	  /DISCARD/ : { *(.*) }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -