Searched refs:ELFFile (Results 1 – 5 of 5) sorted by relevance
11 from elftools.elf.elffile import ELFFile70 e = ELFFile(f)90 e = ELFFile(f)178 e = ELFFile(f)236 e = ELFFile(f)
27 e = esptool.bin_image.ELFFile(elf_file)
1228 class ELFFile(object): class1329 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]
18 from .bin_image import ELFFile, ImageSegment, LoadFirmwareImage1057 e = ELFFile(args.input)
106 self.elf_obj = elffile.ELFFile(self.elf_file)