Lines Matching +full:output +full:- +full:only
4 * SPDX-License-Identifier: Apache-2.0
38 * @brief Define a read-only iterable section output.
41 * Define an output section which will set up an iterable area
42 * of equally-sized data structures. For use with STRUCT_SECTION_ITERABLE().
45 * This macro should be used for read-only data.
58 * @brief Define a read-only iterable section output, sorted numerically.
62 * up to 2 numeric digits are handled (0-99).
73 * @brief Define a garbage collectable read-only iterable section output.
76 * Define an output section which will set up an iterable area
77 * of equally-sized data structures. For use with STRUCT_SECTION_ITERABLE().
80 * This macro should be used for read-only data.
91 * @brief Define a read-write iterable section output.
94 * Define an output section which will set up an iterable area
95 * of equally-sized data structures. For use with STRUCT_SECTION_ITERABLE().
98 * This macro should be used for read-write data that is modified at runtime.
111 * @brief Define a read-write iterable section output, sorted numerically.
115 * handled (0-99).
126 * @brief Define a garbage collectable read-write iterable section output.
129 * Define an output section which will set up an iterable area
130 * of equally-sized data structures. For use with STRUCT_SECTION_ITERABLE().
133 * This macro should be used for read-write data that is modified at runtime.