Searched refs:in_section (Results 1 – 1 of 1) sorted by relevance
151 def in_section(section: str, section_name_or_list: Union[str, Iterable]) -> bool: member in LinkingSections166 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…