DEBSOURCES
Skip Quicknav
sources / binutils-djgpp / 2.35.1%2Bdfsg-2 / gnu / binutils-2.35.1 / ld / testsuite / ld-scripts / map-address.t
1234567891011
SECTIONS { def1 = DEFINED(foo) ? 0x10 : 0x20; def2 = def1; . = 0x10001; foo = .; . += 0x200; bar = .; . = ALIGN (4); frob = .; }