Home
last modified time | relevance | path

Searched refs:from_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
335 if (not from_sections or ref.from_sym.section in from_sections) and \
405 from_sections = args.from_sections.split(',') if args.from_sections else []
408 refs, from_sections, to_sections