Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/ci/
Dcheck_callgraph.py277 def match_rtl_funcs_to_symbols(rtl_functions, elfinfo): # type: (List[RtlFunction], ElfInfo) -> Tu… argument
288 for source_rtl_func in rtl_functions:
325 rtl_functions = [] # type: List[RtlFunction]
327 load_rtl_file(file_name, file_name, rtl_functions)
329 return match_rtl_funcs_to_symbols(rtl_functions, elfinfo)