Searched refs:section_name (Results 1 – 4 of 4) sorted by relevance
/scripts/build/ |
A D | gen_app_partitions.py | 281 section_name = "@_APP_SMEM{SECTION}_SECTION_NAME@" variable in CmakeTemplate 283 zephyr_linker_section_configure(section=section_name, align="@SMEM_PARTITION_ALIGN_BYTES@")+ 287 …library_data_template = zephyr_linker_section_configure(section=section_name, input="*{lib}:*(.dat… 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… 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") ) 311 … zephyr_linker_section_configure(section = section_name, symbols="_app_smem{section}_start") + [all …]
|
A D | llext_prepare_exptab.py | 76 def __init__(self, elffile, section_name): argument 77 self.name = section_name 78 self.section = elffile.get_section_by_name(section_name) 82 self.shdr_index = elffile.get_section_index(section_name)
|
A D | gen_relocate_app.py | 99 section_name: str 335 obj_file_name=section.obj_file_name, section_name=section.section_name
|
/scripts/footprint/ |
A D | size_report | 764 section_name = "" 768 section_name = row.node.section
|
Completed in 6 milliseconds