Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/Zephyr-latest/soc/espressif/esp32c3/
Ddefault.ld45 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
123 LONG(ADDR(.iram0.text))
124 LONG(LOADADDR(.iram0.text))
125 LONG(LOADADDR(.iram0.data) - LOADADDR(.iram0.text))
138 iram_vma = ADDR(.iram0.text);
139 iram_lma = LOADADDR(.iram0.text);
140 iram_size_field = LOADADDR(.iram0.data) - LOADADDR(.iram0.text);
154 .rtc.text :
157 *(.rtc.literal .rtc.text)
158 *rtc_wake_stub*.o(.literal .text .literal.* .text.*)
[all …]
Dmcuboot.ld49 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
50 *libzephyr.a:cbprintf_nano.*(.literal .text .literal.* .text.*)
51 *libzephyr.a:cpu.*(.literal .text .literal.* .text.*)
52 *libzephyr.a:mmu_hal.*(.literal .text .literal.* .text.*)
53 *libzephyr.a:flash_map.*(.literal .text .literal.* .text.*)
54 *libzephyr.a:esp_rom_spiflash.*(.literal .text .literal.* .text.*)
56 *libzephyr.a:heap.*(.literal .text .literal.* .text.*)
58 *libkernel.a:kheap.*(.literal .text .literal.* .text.*)
59 *libkernel.a:mempool.*(.literal .text .literal.* .text.*)
61 *libzephyr.a:esp_loader.*(.literal .text .literal.* .text.*)
[all …]
/Zephyr-latest/soc/espressif/esp32c2/
Ddefault.ld45 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
115 LONG(ADDR(.iram0.text))
116 LONG(LOADADDR(.iram0.text))
117 LONG(LOADADDR(.iram0.data) - LOADADDR(.iram0.text))
130 iram_vma = ADDR(.iram0.text);
131 iram_lma = LOADADDR(.iram0.text);
132 iram_size_field = LOADADDR(.iram0.data) - LOADADDR(.iram0.text);
146 .iram0.text : ALIGN(4)
152 KEEP(*(.exception_vectors.text));
161 *(.entry.text)
[all …]
Dmcuboot.ld49 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
50 *libzephyr.a:cbprintf_nano.*(.literal .text .literal.* .text.*)
51 *libzephyr.a:cpu.*(.literal .text .literal.* .text.*)
52 *libzephyr.a:mmu_hal.*(.literal .text .literal.* .text.*)
53 *libzephyr.a:flash_map.*(.literal .text .literal.* .text.*)
54 *libzephyr.a:esp_rom_spiflash.*(.literal .text .literal.* .text.*)
56 *libzephyr.a:heap.*(.literal .text .literal.* .text.*)
58 *libkernel.a:kheap.*(.literal .text .literal.* .text.*)
59 *libkernel.a:mempool.*(.literal .text .literal.* .text.*)
61 *libzephyr.a:esp_loader.*(.literal .text .literal.* .text.*)
[all …]
/Zephyr-latest/soc/espressif/esp32c6/
Ddefault.ld39 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
124 LONG(ADDR(.iram0.text))
125 LONG(LOADADDR(.iram0.text))
126 LONG(LOADADDR(.iram0.data) - LOADADDR(.iram0.text))
147 .rtc.text :
152 *(.rtc.entry.text)
153 *(.rtc.literal .rtc.text) argument
154 *rtc_wake_stub*.o(.literal .text .literal.* .text.*)
250 .iram0.text : ALIGN(4)
256 KEEP(*(.exception_vectors.text));
[all …]
Dmcuboot.ld47 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
48 *libzephyr.a:cbprintf_nano.*(.literal .text .literal.* .text.*)
49 *libzephyr.a:cpu.*(.literal .text .literal.* .text.*)
50 *libzephyr.a:mmu_hal.*(.literal .text .literal.* .text.*)
51 *libzephyr.a:flash_map.*(.literal .text .literal.* .text.*)
52 *libzephyr.a:esp_rom_spiflash.*(.literal .text .literal.* .text.*)
54 *libzephyr.a:heap.*(.literal .text .literal.* .text.*)
56 *libkernel.a:kheap.*(.literal .text .literal.* .text.*)
57 *libkernel.a:mempool.*(.literal .text .literal.* .text.*)
59 *libzephyr.a:esp_loader.*(.literal .text .literal.* .text.*)
[all …]
/Zephyr-latest/soc/espressif/esp32s2/
Dmcuboot.ld46 *libarch__xtensa__core.a:xtensa_asm2_util.*(.literal .text .literal.* .text.*)
47 *liblib__libc__common.a:abort.*(.literal .text .literal.* .text.*)
48 *libdrivers__timer.a:xtensa_sys_timer.*(.literal .text .literal.* .text.*)
49 *libarch__common.a:dynamic_isr.*(.literal .text .literal.* .text.*)
50 *libarch__common.a:sw_isr_common.*(.literal .text .literal.* .text.*)
52 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
53 …printk.*(.literal.printk .literal.vprintk .literal.char_out .text.printk .text.vprintk .text.char_…
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.*)
[all …]
Ddefault.ld46 /* Flash segments (rodata and text) should be mapped in virtual address space by providing VMA.
135 LONG(LOADADDR(.iram0.text) + SIZEOF(.iram0.text) - LOADADDR(.iram0.vectors))
160 .rtc.text :
169 *rtc_wake_stub*.*(.literal .text .literal.* .text.*)
179 * This section is required to skip rtc.text area because rtc_iram_seg and
186 . = SIZEOF(.rtc.text); argument
292 KEEP(*(.WindowVectors.text));
294 KEEP(*(.Level2InterruptVector.text));
296 KEEP(*(.Level3InterruptVector.text));
298 KEEP(*(.Level4InterruptVector.text));
[all …]
/Zephyr-latest/soc/espressif/esp32/
Ddefault.ld41 /* Flash segments (rodata and text) should be mapped in virtual address space by providing VMA.
119 LONG(LOADADDR(.iram0.text) + SIZEOF(.iram0.text) - LOADADDR(.iram0.vectors))
143 .rtc.text :
146 *(.rtc.literal .rtc.text)
147 *rtc_wake_stub*.o(.literal .text .literal.* .text.*)
198 KEEP(*(.WindowVectors.text));
200 KEEP(*(.Level2InterruptVector.text));
202 KEEP(*(.Level3InterruptVector.text));
204 KEEP(*(.Level4InterruptVector.text));
206 KEEP(*(.Level5InterruptVector.text));
[all …]
Dmcuboot.ld46 *libarch__xtensa__core.a:xtensa_asm2_util.*(.literal .text .literal.* .text.*)
47 *liblib__libc__common.a:abort.*(.literal .text .literal.* .text.*)
48 *libdrivers__timer.a:xtensa_sys_timer.*(.literal .text .literal.* .text.*)
49 *libarch__common.a:dynamic_isr.*(.literal .text .literal.* .text.*)
50 *libarch__common.a:sw_isr_common.*(.literal .text .literal.* .text.*)
52 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
53 …printk.*(.literal.printk .literal.vprintk .literal.char_out .text.printk .text.vprintk .text.char_…
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.*)
[all …]
Ddefault_appcpu.ld40 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
130 KEEP(*(.WindowVectors.text));
132 KEEP(*(.Level2InterruptVector.text));
134 KEEP(*(.Level3InterruptVector.text));
136 KEEP(*(.Level4InterruptVector.text));
138 KEEP(*(.Level5InterruptVector.text));
140 KEEP(*(.DebugExceptionVector.text));
142 KEEP(*(.NMIExceptionVector.text));
144 KEEP(*(.KernelExceptionVector.text));
146 KEEP(*(.UserExceptionVector.text));
[all …]
/Zephyr-latest/soc/espressif/esp32s3/
Dmcuboot.ld49 *libarch__xtensa__core.a:xtensa_asm2_util.*(.literal .text .literal.* .text.*)
50 *liblib__libc__common.a:abort.*(.literal .text .literal.* .text.*)
51 *libdrivers__timer.a:xtensa_sys_timer.*(.literal .text .literal.* .text.*)
52 *libarch__common.a:dynamic_isr.*(.literal .text .literal.* .text.*)
53 *libarch__common.a:sw_isr_common.*(.literal .text .literal.* .text.*)
55 *libapp.a:flash_map_extended.*(.literal .text .literal.* .text.*)
56 …printk.*(.literal.printk .literal.vprintk .literal.char_out .text.printk .text.vprintk .text.char_…
57 *libzephyr.a:cbprintf_nano.*(.literal .text .literal.* .text.*)
58 *libzephyr.a:cpu.*(.literal .text .literal.* .text.*)
59 *libzephyr.a:mmu_hal.*(.literal .text .literal.* .text.*)
[all …]
Ddefault.ld37 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
133 LONG(LOADADDR(.iram0.text) + SIZEOF(.iram0.text) - LOADADDR(.iram0.vectors))
156 .rtc.text :
161 *(.rtc.entry.literal .rtc.text) argument
162 *(.rtc.entry.text)
246 KEEP(*(.WindowVectors.text));
248 KEEP(*(.Level2InterruptVector.text));
250 KEEP(*(.Level3InterruptVector.text));
252 KEEP(*(.Level4InterruptVector.text));
254 KEEP(*(.Level5InterruptVector.text));
[all …]
Ddefault_appcpu.ld40 /* Flash segments (rodata and text) should be mapped in the virtual address spaces.
125 KEEP(*(.WindowVectors.text));
127 KEEP(*(.Level2InterruptVector.text));
129 KEEP(*(.Level3InterruptVector.text));
131 KEEP(*(.Level4InterruptVector.text));
133 KEEP(*(.Level5InterruptVector.text));
135 KEEP(*(.DebugExceptionVector.text));
137 KEEP(*(.NMIExceptionVector.text));
139 KEEP(*(.KernelExceptionVector.text));
141 KEEP(*(.UserExceptionVector.text));
[all …]
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dbootstrap.ld27 *(.text._reset_section)
29 *startup_cat1b_cm33.*(.text*)
30 *system_cyw20829.*(.text*)
33 *cy_device.*(.text*)
34 *cy_btss.*(.text*)
35 *cy_sysclk_v2.*(.text*)
36 *cy_syspm_v2.*(.text*)
37 *cy_sysint_v2.*(.text*)
38 *cy_syslib*.*(.text*)
39 *ppu_v1.*(.text*)
[all …]
/Zephyr-latest/tests/drivers/console_switching/src/
Dmain.c28 static const char *const text[] = { variable
48 printk("%s", text[j]); in ZTEST()
58 zassert_equal(ret[1], strlen(text[j]), "Only wrote %zu/%zu bytes of '%s'", in ZTEST()
59 ret[1], strlen(text[j]), text[j]); in ZTEST()
60 zassert_equal(0, strcmp(text[j], buf), "Strings '%s' and '%s' do not match", in ZTEST()
61 text[j], buf); in ZTEST()
83 ret[1] = uart_emul_put_rx_data(devs[j], (uint8_t *)text[j], strlen(text[j])); in ZTEST()
94 zassert_equal(ret[1], strlen(text[j]), "Only put %zu/%zu bytes of '%s'", in ZTEST()
95 ret[1], strlen(text[j]), text[j]); in ZTEST()
96 zassert_equal(0, strcmp(text[j], buf), "Strings '%s' and '%s' do not match", in ZTEST()
[all …]
/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/soc/cdns/sample_controller32/include/
Dxtensa-sample-controller32.ld220 .WindowVectors.text : ALIGN(4)
223 KEEP (*(.WindowVectors.text))
234 .Level2InterruptVector.text : ALIGN(4)
237 KEEP (*(.Level2InterruptVector.text))
248 .Level3InterruptVector.text : ALIGN(4)
251 KEEP (*(.Level3InterruptVector.text))
262 .Level4InterruptVector.text : ALIGN(4)
265 KEEP (*(.Level4InterruptVector.text))
276 .Level5InterruptVector.text : ALIGN(4)
279 KEEP (*(.Level5InterruptVector.text))
[all …]
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dicbmsg_memory.svg7 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
9 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
16 …<text x="67" y="144" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="mid…
18 </text>
24 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
26 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
33 …<text x="227" y="144" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="mi…
35 </text>
41 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
43 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
[all …]
Dicbmsg_message.svg7 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
9 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
16 …<text x="40" y="25" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="midd…
18 </text>
24 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
26 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
33 …<text x="120" y="25" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="mid…
35 </text>
41 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
43 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
[all …]
Dicbmsg_flows.svg7 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
9 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
18 …<text x="210" y="84" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="mid…
20 </text>
26 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
28 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
37 …<text x="410" y="84" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="mid…
39 </text>
46 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
48 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
[all …]
/Zephyr-latest/doc/safety/images/
Dzephyr-safety-process.svg1text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: un…
/Zephyr-latest/include/zephyr/net/
Ddns_sd.h119 .text = (const char *)_text, \
161 #define DNS_SD_REGISTER_TCP_SERVICE(id, instance, service, domain, text, \ argument
165 text, &id ## _port)
190 #define DNS_SD_REGISTER_UDP_SERVICE(id, instance, service, domain, text, \ argument
194 text, &id ## _port)
225 const char *text; member
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/
Dlinker.ld141 .ResetVector.text : ALIGN(4)
144 KEEP (*(.ResetVector.text)) argument
155 .WindowVectors.text : ALIGN(4)
158 KEEP (*(.WindowVectors.text)) argument
169 .Level2InterruptVector.text : ALIGN(4)
172 KEEP (*(.Level2InterruptVector.text)) argument
183 .Level3InterruptVector.text : ALIGN(4)
186 KEEP (*(.Level3InterruptVector.text)) argument
197 .DebugExceptionVector.text : ALIGN(4)
200 KEEP (*(.DebugExceptionVector.text)) argument
[all …]
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_tiny.ld214 *(.text.atomic_*) \
215 *(.text.k_*) \
216 *(.text.sys_*_bit) \
217 *(.text.sys_bitfield_*) \
218 *(.text.sys_clock_hw_cycles_per_sec) \
219 *(.text.sys_cache_*) \
220 *(.text.sys_dcache_*) \
221 *(.text.sys_icache_*) \
222 *(.text.sys_mutex_*) \
223 *(.text.sys_notify_*) \
[all …]

12345678910>>...12