1/* 2 * Copyright (c) 2023 Intel Corporation. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 . = ALIGN(8); 8 __iut_cases_start = .; 9 KEEP(*(SORT(.iut_cases.*))); 10 __iut_cases_end = .; 11