DEBSOURCES
Skip Quicknav
sources / bart-cuda / 0.8.00-2 / utests / utests.ld
12345678910111213
SECTIONS { . = ALIGN(8); .utests_array : { _utests_begin = .; KEEP( *(.utest)) _utests_end = .; } } INSERT AFTER .rodata;