DEBSOURCES
Skip Quicknav
sources / binutils / 2.45.90.20260201-1 / ld / testsuite / ld-scripts / expr2.t
1234567891011
SECTIONS { . = 0xc000; .text : { _text = .; *(.text) } _end = .; } ASSERT (_end - _text <= 0x100, "fail");