Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/
Didf_size.py138 class LinkingSections(object): class
159 if LinkingSections._section_type_dict[section_name].match(section):
166 if LinkingSections.in_section(key, LinkingSections._section_type_dict.keys())}
578 …return list(filter(lambda x: LinkingSections.in_section(x.section, section_to_check), sections)) …
696 … section_layout = mem_regions.fit_sections_into_regions(LinkingSections.filter_sections(sections))
714 …section_layout_diff = mem_regions_diff.fit_sections_into_regions(LinkingSections.filter_sections(s…
897 sizes[key_name] = LinkingSections.filter_sections(sizes[key_name])
901 …ram_st_total = sum([x[1] for x in section_dict.items() if not LinkingSections.in_section(x[0], 'fl…
902 …flash_total = sum([x[1] for x in section_dict.items() if not LinkingSections.in_section(x[0], 'bss…
934 ordered_key_list, display_name_list = LinkingSections.get_display_name_order(key_name_list)
[all …]