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