Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/
Ddwarf.py13 from typing import TYPE_CHECKING, BinaryIO, Dict, Generator, Iterable, List, Set, IO, Optional, Tup…
107 elf_file_handler: BinaryIO
290 def get_dwarf_info(elf_file_handler: BinaryIO) -> 'DWARFInfo': argument