Lines Matching refs:section_name

281     section_name = "@_APP_SMEM{SECTION}_SECTION_NAME@"  variable in CmakeTemplate
283 zephyr_linker_section_configure(section=section_name, align="@SMEM_PARTITION_ALIGN_BYTES@")+
284 …zephyr_linker_section_configure(section=section_name, input="data_smem_{partition}_data*", symbols…
287 …library_data_template = zephyr_linker_section_configure(section=section_name, input="*{lib}:*(.dat…
290 …zephyr_linker_section_configure(section=section_name, input="data_smem_{partition}_bss*", symbols=…
293 …library_bss_template = zephyr_linker_section_configure(section=section_name, input="*{lib}:*(.bss …
296 …zephyr_linker_section_configure(section=section_name, symbols="z_data_smem_{partition}_bss_end", k…
297 … zephyr_linker_section_configure(section=section_name, align="@SMEM_PARTITION_ALIGN_BYTES@") +
298 …zephyr_linker_section_configure(section=section_name, symbols="z_data_smem_{partition}_part_end", …
302 …zephyr_linker_section(name=section_name, group="APP_SMEM_GROUP", noinput=True, align_with_input=Tr…
303 …zephyr_linker_section_configure(section=section_name, align="@APP_SHARED_ALIGN_BYTES@", symbols="_…
306 zephyr_linker_section_configure(section=section_name, align="@APP_SHARED_ALIGN_BYTES@") +
307 zephyr_linker_section_configure(section=section_name, symbols="_app_smem{section}_end") )
310 …zephyr_linker_section(name=section_name, group="APP_SMEM_GROUP", align="@APP_SHARED_ALIGN_BYTES@",…
311 … zephyr_linker_section_configure(section = section_name, symbols="_app_smem{section}_start") +
312 zephyr_linker_section_configure(section = section_name, symbols="_app_smem{section}_end") )