Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/soc/nxp/imxrt/imxrt5xx/f1/
Dlinker.ld87 vector_reset_text_phdr PT_LOAD;
88 vector_reset_lit_phdr PT_LOAD;
89 vector_base_text_phdr PT_LOAD;
90 vector_base_lit_phdr PT_LOAD;
91 vector_int2_text_phdr PT_LOAD;
92 vector_int2_lit_phdr PT_LOAD;
93 vector_int3_text_phdr PT_LOAD;
94 vector_int3_lit_phdr PT_LOAD;
95 vector_int4_text_phdr PT_LOAD;
96 vector_int4_lit_phdr PT_LOAD;
[all …]
/Zephyr-Core-3.7.0/soc/nxp/imx/imx8ulp/adsp/
Dlinker.ld111 vector_reset_text_phdr PT_LOAD;
112 vector_reset_lit_phdr PT_LOAD;
113 vector_base_text_phdr PT_LOAD;
114 vector_base_lit_phdr PT_LOAD;
115 vector_int2_text_phdr PT_LOAD;
116 vector_int2_lit_phdr PT_LOAD;
117 vector_int3_text_phdr PT_LOAD;
118 vector_int3_lit_phdr PT_LOAD;
119 vector_int4_text_phdr PT_LOAD;
120 vector_int4_lit_phdr PT_LOAD;
[all …]
/Zephyr-Core-3.7.0/soc/nxp/imx/imx8x/adsp/
Dlinker.ld111 vector_reset_text_phdr PT_LOAD;
112 vector_reset_lit_phdr PT_LOAD;
113 vector_base_text_phdr PT_LOAD;
114 vector_base_lit_phdr PT_LOAD;
115 vector_int2_text_phdr PT_LOAD;
116 vector_int2_lit_phdr PT_LOAD;
117 vector_int3_text_phdr PT_LOAD;
118 vector_int3_lit_phdr PT_LOAD;
119 vector_int4_text_phdr PT_LOAD;
120 vector_int4_lit_phdr PT_LOAD;
[all …]
/Zephyr-Core-3.7.0/soc/nxp/imx/imx8/adsp/
Dlinker.ld111 vector_reset_text_phdr PT_LOAD;
112 vector_reset_lit_phdr PT_LOAD;
113 vector_base_text_phdr PT_LOAD;
114 vector_base_lit_phdr PT_LOAD;
115 vector_int2_text_phdr PT_LOAD;
116 vector_int2_lit_phdr PT_LOAD;
117 vector_int3_text_phdr PT_LOAD;
118 vector_int3_lit_phdr PT_LOAD;
119 vector_int4_text_phdr PT_LOAD;
120 vector_int4_lit_phdr PT_LOAD;
[all …]
/Zephyr-Core-3.7.0/soc/cdns/xtensa_sample_controller/include/
Dxtensa-sample-controller.ld56 dram1_0_phdr PT_LOAD;
57 dram1_0_bss_phdr PT_LOAD;
58 dram0_0_phdr PT_LOAD;
59 dram0_0_bss_phdr PT_LOAD;
60 iram0_0_phdr PT_LOAD;
61 iram0_1_phdr PT_LOAD;
62 iram0_2_phdr PT_LOAD;
63 iram0_3_phdr PT_LOAD;
64 iram0_4_phdr PT_LOAD;
65 iram0_5_phdr PT_LOAD;
[all …]
/Zephyr-Core-3.7.0/soc/nxp/imx/imx8m/adsp/
Dlinker.ld111 vector_reset_text_phdr PT_LOAD;
112 vector_reset_lit_phdr PT_LOAD;
113 vector_base_text_phdr PT_LOAD;
114 vector_base_lit_phdr PT_LOAD;
115 vector_int2_text_phdr PT_LOAD;
116 vector_int2_lit_phdr PT_LOAD;
117 vector_int3_text_phdr PT_LOAD;
118 vector_int3_lit_phdr PT_LOAD;
119 vector_int4_text_phdr PT_LOAD;
120 vector_int4_lit_phdr PT_LOAD;
[all …]
/Zephyr-Core-3.7.0/tests/application_development/code_relocation/
Dlinker_xtensa_qemu_sram2.ld23 sram2_phdr PT_LOAD;
/Zephyr-Core-3.7.0/soc/cdns/dc233c/include/
Dxtensa-dc233c.ld72 vectors_phdr PT_LOAD;
74 vec_helpers_phdr PT_LOAD;
77 rom0_phdr PT_LOAD;
78 sram0_phdr PT_LOAD;
79 sram0_bss_phdr PT_LOAD;
/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h475 #define PT_LOAD 1 macro