.section .rodata .global collateKernelStart .global collateKernelNBytes .type collateKernelStart, @object .type collateKernelNBytes, @object collateKernelStart: .incbin "collateDgrams.cl" .size collateKernelStart, . - collateKernelStart collateKernelEnd: .section .data collateKernelNBytes: .long collateKernelEnd - collateKernelStart .size collateKernelNBytes, 4 .section .note.GNU-stack,"",@progbits