Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py11 from elftools.elf.elffile import ELFFile
70 e = ELFFile(f)
90 e = ELFFile(f)
178 e = ELFFile(f)
236 e = ELFFile(f)
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dwrap_stub.py27 e = esptool.bin_image.ELFFile(elf_file)
/hal_espressif-latest/tools/esptool_py/esptool/
Dbin_image.py1228 class ELFFile(object): class
1329 prog_sections = [s for s in all_sections if s[1] in ELFFile.PROG_SEC_TYPES]
1330 nobits_secitons = [s for s in all_sections if s[1] == ELFFile.SEC_TYPE_NOBITS]
1338 if sec_type != ELFFile.SEC_TYPE_STRTAB:
1406 prog_segments = [s for s in all_segments if s[0] == ELFFile.SEG_TYPE_LOAD]
Dcmds.py18 from .bin_image import ELFFile, ImageSegment, LoadFirmwareImage
1057 e = ELFFile(args.input)
/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py106 self.elf_obj = elffile.ELFFile(self.elf_file)