Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/ci/
Dcheck_callgraph.py332 def list_refs_from_to_sections(refs, from_sections, to_sections): # type: (List[Reference], List[s… argument
336 (not to_sections or ref.to_sym.section in to_sections):
406 to_sections = args.to_sections.split(',') if args.to_sections else []
408 refs, from_sections, to_sections