Searched refs:refs (Results 1 – 3 of 3) sorted by relevance
44 self.refs = list() # type: List[str]201 if target not in last_function.refs:202 last_function.refs.append(target)279 refs = [] # type: List[Reference]300 for target_rtl_func_name in source_rtl_func.calls + source_rtl_func.refs:315 refs.append(Reference(sym_from, sym_to))319 return symbols, refs332 def list_refs_from_to_sections(refs, from_sections, to_sections): # type: (List[Reference], List[s… argument334 for ref in refs:402 _, refs = get_symbols_and_refs(rtl_list, args.elf_file)[all …]
12 find-refs
166 Refer to `flashrom source code <https://review.coreboot.org/plugins/gitiles/flashrom/+/refs/heads/m…