Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/ci/
Dcheck_callgraph.py44 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, refs
332 def list_refs_from_to_sections(refs, from_sections, to_sections): # type: (List[Reference], List[s… argument
334 for ref in refs:
402 _, refs = get_symbols_and_refs(rtl_list, args.elf_file)
[all …]
/hal_espressif-3.6.0/tools/test_apps/system/bootloader_sections/
DCMakeLists.txt12 find-refs
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dbasic-commands.rst166 Refer to `flashrom source code <https://review.coreboot.org/plugins/gitiles/flashrom/+/refs/heads/m…