Home
last modified time | relevance | path

Searched defs:elf_file (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/examples/build_system/cmake/idf_as_lib/
DCMakeLists.txt28 set(elf_file ${CMAKE_PROJECT_NAME}.elf) variable
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dwrap_stub.py24 def wrap_stub(elf_file): argument
/hal_espressif-3.6.0/tools/ci/
Dcheck_callgraph.py114 def __init__(self, elf_file): # type: (BinaryIO) -> None argument
322 def get_symbols_and_refs(rtl_list, elf_file): # type: (List[str], BinaryIO) -> Tuple[List[Symbol],… argument
/hal_espressif-3.6.0/tools/idf_monitor_base/
Doutput_helpers.py82 def lookup_pc_address(pc_addr, toolchain_prefix, elf_file): # type: (str, str, str) -> Optional[st… argument
Dgdbhelper.py14 def __init__(self, toolchain_prefix, websocket_client, elf_file, port, baud_rate): argument
Dcoredump.py30 def __init__(self, decode_coredumps, event_queue, logger, websocket_client, elf_file): argument
Dlogger.py27 …def __init__(self, elf_file, console, timestamps, timestamp_format, pc_address_buffer, enable_addr… argument
/hal_espressif-3.6.0/tools/idf_py_actions/
Ddebug_ext.py99 def create_local_gdbinit(gdbinit, elf_file): argument
/hal_espressif-3.6.0/tools/
Didf_monitor.py72 elf_file, # type: str argument