Lines Matching refs:section
34 * This section located in RTC FAST Memory area.
51 * RTC data section holds RTC wake stub
79 * This section holds data that should not be initialized at power up
82 * into this section. See the file "esp_attr.h" for more information.
94 * This section located in RTC SLOW Memory area.
108 * This section holds RTC data that should have fixed addresses.
161 * This section is required to skip .iram0.text area because iram0_0_seg and
188 * This section holds data that should not be initialized at power up.
189 * The section located in Internal SRAM memory region. The macro _NOINIT
190 * can be used as attribute to place data into this section.
262 * This dummy section represents the .flash.text section but in default_rodata_seg.
270 /* Create an empty gap as big as .flash.text section */
272 /* Prepare the alignment of the section above. Few bytes (0x20) must be
285 /* Create an empty gap within this section. Thanks to this, the end of this
286 * section will match .flash.rodata's begin address. Thus, both sections
310 …* RISC-V gcc is configured with --enable-initfini-array so it emits an .init_array section instead.
313 * Hence a different section is generated for the init_priority functions which is iterated in
359 /* Keep this section shall be at least aligned on 4 */
365 /* Guarantee that this section and the next one will be merged by making
370 /* To avoid any exception in C++ exception frame unwinding code, this section
380 This section is a place where we dump all the rodata which aren't used at runtime,
387 We don't need to include the noload rodata in this section
397 /* iram_end_test section exists for use by Memprot unit tests only */