Home
last modified time | relevance | path

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

/scripts/build/
A Dllext_inject_slids.py32 def __init__(self, elf_path, log): argument
34 self.elf_path = elf_path
35 self.elf_fd = open(elf_path, "rb+")
A Dllext_prepare_exptab.py130 def __init__(self, elf_path: str, log: logging.Logger, slid_listing_path: str | None):
131 self.elf_path = elf_path
132 self.elf_fd = open(self.elf_path, 'rb+')
/scripts/west_commands/runners/
A Dstlink_gdbserver.py150 elf_path = Path(self.cfg.elf_file).as_posix()
152 gdb_args = ["-ex", f"target remote :{self._gdb_port}", elf_path]

Completed in 9 milliseconds