Lines Matching full:dict
228 def find_sections(filename: str) -> 'dict[SectionKind, list[OutputSection]]':
272 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]'
273 ) -> 'dict[MemoryRegion, dict[SectionKind, list[OutputSection]]]':
338 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]',
475 help="input file with dict src:memory type(sram2 or ccm or aon etc)")
522 # Create a dict with key as memory type and files as a list of values.
523 # Also, return another dict with program headers for memory regions
526 rel_dict = dict()
527 phdrs = dict()
578 complete_list_of_sections: 'dict[MemoryRegion, dict[SectionKind, list[OutputSection]]]' \
586 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]' = defaultdict(list)