1/*
2 * SPDX-License-Identifier: Apache-2.0
3 */
4
5__cy_ble_1_start = .;
6KEEP(*(i.*))
7__cy_ble_1_end = .;
8
9__arm_vfe_header_start = .;
10KEEP(*(.arm_vfe_header))
11__arm_vfe_header_end = .;
12
13__constdata_start = .;
14KEEP(*(.constdata))
15__constdata_end = .;
16
17__conststring_start = .;
18KEEP(*(.conststring))
19__conststring_end = .;
20