Lines Matching refs:segment
58 /* Even though the segment name is iram, it is actually mapped to flash
65 has a 0x18 byte file header, and each segment has a 0x08 byte segment
98 It reserves the amount of RTC fast memory that we use for this memory segment.
99 …This segment is intended for keeping bootloader rtc data (s_bootloader_retain_mem, when a Kconfig …
117 It reserves the amount of RTC slow memory that we use for this memory segment.
118 … This segment is intended for keeping rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
148 When the option is not defined then use slow memory segment
149 else the data will be placed in fast memory segment */
169 * If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must
170 * also be first in the segment.
174 ".flash.appdesc section must be placed at the beginning of the rodata segment.")