Searched refs:rtl_functions (Results 1 – 1 of 1) sorted by relevance
277 def match_rtl_funcs_to_symbols(rtl_functions, elfinfo): # type: (List[RtlFunction], ElfInfo) -> Tu… argument288 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)