Home
last modified time | relevance | path

Searched full:text (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/Zephyr-latest/soc/espressif/esp32c6/
Ddefault.ld39 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
131 LONG(ADDR(.iram0.text))
132 LONG(LOADADDR(.iram0.text))
133 LONG(LOADADDR(.iram0.data) - LOADADDR(.iram0.text))
149 LONG(ADDR(.rtc.text))
150 LONG(LOADADDR(.rtc.text))
151 LONG(SIZEOF(.rtc.text))
167 LONG(ADDR(.flash.text))
168 LONG(LOADADDR(.flash.text))
169 LONG(SIZEOF(.flash.text))
[all …]
/Zephyr-latest/soc/espressif/esp32c2/
Ddefault.ld45 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
116 LONG(ADDR(.iram0.text))
117 LONG(LOADADDR(.iram0.text))
118 LONG(LOADADDR(.iram0.data) - LOADADDR(.iram0.text))
152 LONG(ADDR(.flash.text))
153 LONG(LOADADDR(.flash.text))
154 LONG(SIZEOF(.flash.text))
167 iram_vma = ADDR(.iram0.text);
168 iram_lma = LOADADDR(.iram0.text);
169 iram_size_field = LOADADDR(.iram0.data) - LOADADDR(.iram0.text);
[all …]
/Zephyr-latest/soc/espressif/esp32c3/
Ddefault.ld45 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
129 LONG(ADDR(.iram0.text))
130 LONG(LOADADDR(.iram0.text))
131 LONG(LOADADDR(.iram0.data) - LOADADDR(.iram0.text))
147 LONG(ADDR(.rtc.text))
148 LONG(LOADADDR(.rtc.text))
149 LONG(SIZEOF(.rtc.text))
165 LONG(ADDR(.flash.text))
166 LONG(LOADADDR(.flash.text))
167 LONG(SIZEOF(.flash.text))
[all …]
/Zephyr-latest/soc/espressif/esp32/
Ddefault.ld51 /* Flash segments (rodata and text) should be mapped in virtual address space by providing VMA.
144 LONG(LOADADDR(.iram0.text) + SIZEOF(.iram0.text) - LOADADDR(.iram0.vectors))
160 LONG(ADDR(.rtc.text))
161 LONG(LOADADDR(.rtc.text))
162 LONG(SIZEOF(.rtc.text))
178 LONG(ADDR(.flash.text))
179 LONG(LOADADDR(.flash.text))
180 LONG(SIZEOF(.flash.text))
201 .rtc.text :
205 *(.rtc.text .rtc.text.*)
[all …]
Dmcuboot.ld46 *libarch__xtensa__core.a:xtensa_asm2_util.*(.literal .text .literal.* .text.*)
47 *libarch__common.a:dynamic_isr.*(.literal .text .literal.* .text.*)
48 *libarch__common.a:sw_isr_common.*(.literal .text .literal.* .text.*)
50 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
51 *libzephyr.a:cbprintf_nano.*(.literal .text .literal.* .text.*)
52 *libzephyr.a:cpu.*(.literal .text .literal.* .text.*)
53 *libzephyr.a:mmu_hal.*(.literal .text .literal.* .text.*)
54 *libzephyr.a:flash_map.*(.literal .text .literal.* .text.*)
55 *libzephyr.a:esp_rom_spiflash.*(.literal .text .literal.* .text.*)
56 *libkernel.a:device.*(.literal .text .literal.* .text.*)
[all …]
Ddefault_appcpu.ld40 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
132 KEEP(*(.WindowVectors.text));
134 KEEP(*(.Level2InterruptVector.text));
136 KEEP(*(.Level3InterruptVector.text));
138 KEEP(*(.Level4InterruptVector.text));
140 KEEP(*(.Level5InterruptVector.text));
142 KEEP(*(.DebugExceptionVector.text));
144 KEEP(*(.NMIExceptionVector.text));
146 KEEP(*(.KernelExceptionVector.text));
148 KEEP(*(.UserExceptionVector.text));
[all …]
/Zephyr-latest/soc/espressif/esp32s2/
Ddefault.ld56 /* Flash segments (rodata and text) should be mapped in virtual address space by providing VMA.
148 LONG(LOADADDR(.iram0.text) + SIZEOF(.iram0.text) - LOADADDR(.iram0.vectors))
164 LONG(ADDR(.rtc.text))
165 LONG(LOADADDR(.rtc.text))
166 LONG(SIZEOF(.rtc.text))
182 LONG(ADDR(.flash.text))
183 LONG(LOADADDR(.flash.text))
184 LONG(SIZEOF(.flash.text))
206 .rtc.text :
210 *(.rtc.text .rtc.text.*)
[all …]
Dmcuboot.ld46 *libarch__xtensa__core.a:xtensa_asm2_util.*(.literal .text .literal.* .text.*)
47 *libarch__common.a:dynamic_isr.*(.literal .text .literal.* .text.*)
48 *libarch__common.a:sw_isr_common.*(.literal .text .literal.* .text.*)
50 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
51 *libzephyr.a:cbprintf_nano.*(.literal .text .literal.* .text.*)
52 *libzephyr.a:cpu.*(.literal .text .literal.* .text.*)
53 *libzephyr.a:mmu_hal.*(.literal .text .literal.* .text.*)
54 *libzephyr.a:flash_map.*(.literal .text .literal.* .text.*)
55 *libzephyr.a:esp_rom_spiflash.*(.literal .text .literal.* .text.*)
56 *libkernel.a:device.*(.literal .text .literal.* .text.*)
[all …]
/Zephyr-latest/soc/espressif/esp32s3/
Ddefault.ld56 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
161 LONG(LOADADDR(.iram0.text) + SIZEOF(.iram0.text) - LOADADDR(.iram0.vectors))
177 LONG(ADDR(.rtc.text))
178 LONG(LOADADDR(.rtc.text))
179 LONG(SIZEOF(.rtc.text))
195 LONG(ADDR(.flash.text))
196 LONG(LOADADDR(.flash.text))
197 LONG(SIZEOF(.flash.text))
220 .rtc.text :
226 *(.rtc.text .rtc.text.*) argument
[all …]
Ddefault_appcpu.ld48 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
173 KEEP(*(.WindowVectors.text));
175 KEEP(*(.Level2InterruptVector.text));
177 KEEP(*(.Level3InterruptVector.text));
179 KEEP(*(.Level4InterruptVector.text));
181 KEEP(*(.Level5InterruptVector.text));
183 KEEP(*(.DebugExceptionVector.text));
185 KEEP(*(.NMIExceptionVector.text));
187 KEEP(*(.KernelExceptionVector.text));
189 KEEP(*(.UserExceptionVector.text));
[all …]
Dmcuboot.ld49 *libarch__xtensa__core.a:xtensa_asm2_util.*(.literal .text .literal.* .text.*)
50 *libarch__common.a:dynamic_isr.*(.literal .text .literal.* .text.*)
51 *libarch__common.a:sw_isr_common.*(.literal .text .literal.* .text.*)
53 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
54 *libzephyr.a:cbprintf_nano.*(.literal .text .literal.* .text.*)
55 *libzephyr.a:cpu.*(.literal .text .literal.* .text.*)
56 *libzephyr.a:mmu_hal.*(.literal .text .literal.* .text.*)
57 *libzephyr.a:flash_map.*(.literal .text .literal.* .text.*)
58 *libzephyr.a:esp_rom_spiflash.*(.literal .text .literal.* .text.*)
59 *libkernel.a:device.*(.literal .text .literal.* .text.*)
[all …]
/Zephyr-latest/doc/services/portability/posix/overview/
Dposix.svg2text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml" style="display:inline-block;text-al…
Daep.svg8 <g font-family="Arial" font-size="10" text-anchor="middle">
9 <text y="8">
12 </text>
13 <text x="25">PSE51</text>
14 <text x="-25">PSE52</text>
15 <text x="-75">PSE53</text>
/Zephyr-latest/doc/kernel/services/threads/
Dthread_states.svg3text-align: center;"><div xmlns="http://www.w3.org/1999/xhtml" style="display:inline-block;text-al…
/Zephyr-latest/doc/services/portability/posix/aep/
Dsi.svg8 <g font-family="Arial" font-size="10" text-anchor="middle">
9 <text y="8">
12 </text>
13 <text x="25">PSE51</text>
14 <text x="-25">PSE52</text>
15 <text x="-75">PSE53</text>
Daep-pse51.svg8 <g font-family="Arial" font-size="10" text-anchor="middle">
9 <text y="8">
12 </text>
13 <text x="25">PSE51</text>
14 <text x="-25">PSE52</text>
15 <text x="-75">PSE53</text>
Daep-pse52.svg8 <g font-family="Arial" font-size="10" text-anchor="middle">
9 <text y="8">
12 </text>
13 <text x="25">PSE51</text>
14 <text x="-25">PSE52</text>
15 <text x="-75">PSE53</text>
Daep-pse53.svg8 <g font-family="Arial" font-size="10" text-anchor="middle">
9 <text y="8">
12 </text>
13 <text x="25">PSE51</text>
14 <text x="-25">PSE52</text>
15 <text x="-75">PSE53</text>
/Zephyr-latest/doc/kernel/services/scheduling/
Dtimeslicing.svg2text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display:inline-block;text-alig…
Dcooperative.svg2text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display:inline-block;text-alig…
Dpreemptive.svg2text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display:inline-block;text-alig…
/Zephyr-latest/doc/connectivity/bluetooth/img/
Datt_timeout.svg1text fill="black" stroke="none" font-family="sans-serif" font-size="11pt" font-style="normal" font…
/Zephyr-latest/doc/kernel/drivers/
Ddevice_driver_model.svg3text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display:inline-block;text-alig…
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/img/
Dcap_proc.svg3text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: un…
/Zephyr-latest/doc/kernel/services/smp/
Dsmpinit.svg241 id="flowPara829"></flowPara></flowRoot> <text
243 …2738px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0…
251 style="text-align:center;text-anchor:middle;stroke-width:0.34572953">init</tspan><tspan
255 style="text-align:center;text-anchor:middle;stroke-width:0.34572953"
256 id="tspan835">stack</tspan></text>
265 <text
267 …2738px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0…
274 style="text-align:center;text-anchor:middle;stroke-width:0.34572953"
275 id="tspan835-5">ThreadA</tspan></text>
286 <text
[all …]

12345678910>>...25