Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/ci/
Dcheck_callgraph.py98 def __init__(self, from_sym, to_sym): # type: (Symbol, Symbol) -> None argument
100 self.to_sym = to_sym
107 self.to_sym.name,
108 self.to_sym.addr,
109 self.to_sym.section
336 (not to_sections or ref.to_sym.section in to_sections):