📄 phdrs2.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 + -