Lines Matching refs:section
30 * This section is required to skip .iram0.text area because iram0_0_seg and
39 * This section MUST be placed at the beginning of the DRAM0,
75 * This section holds data that should not be initialized at power up.
76 * The section located in Internal SRAM memory region. The macro _NOINIT
77 * can be used as attribute to place data into this section.
149 * This dummy section represents the .flash.text section but in default_rodata_seg.
157 /* Create an empty gap as big as .flash.text section */
159 /* Prepare the alignment of the section above. Few bytes (0x20) must be
172 /* Create an empty gap within this section. Thanks to this, the end of this
173 * section will match .flash.rodata's begin address. Thus, both sections
197 …* RISC-V gcc is configured with --enable-initfini-array so it emits an .init_array section instead.
200 * Hence a different section is generated for the init_priority functions which is iterated in
246 /* Keep this section shall be at least aligned on 4 */
252 /* Guarantee that this section and the next one will be merged by making
257 /* To avoid any exception in C++ exception frame unwinding code, this section
267 This section is a place where we dump all the rodata which aren't used at runtime,
274 We don't need to include the noload rodata in this section
287 /* iram_end_test section exists for use by memprot unit tests only */
313 * This section needs to be placed at the end of the IRAM0,