Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/tools/
Didf_size.py151 def in_section(section: str, section_name_or_list: Union[str, Iterable]) -> bool: member in LinkingSections
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)) …
901 …_total = sum([x[1] for x in section_dict.items() if not LinkingSections.in_section(x[0], 'flash')])
902 …flash_total = sum([x[1] for x in section_dict.items() if not LinkingSections.in_section(x[0], 'bss…