Searched refs:ELFFile (Results 1 – 9 of 9) sorted by relevance
13 class ELFFile: class69 if len(self.data) < ELFFile.EI_NIDENT + 4:77 if self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS32:79 elif self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS64:84 self.my_assert(self.data[ELFFile.EI_VERSION], ELFFile.EV_CURRENT)86 self.endian = self.data[ELFFile.EI_DATA]87 if self.endian not in (ELFFile.EI_DATA_LSB, ELFFile.EI_DATA_MSB):91 return self.data[ELFFile.EI_OSABI]94 return self.data[ELFFile.EI_ABIVERSION]100 return self.endian == ELFFile.EI_DATA_LSB[all …]
15 from elftools.elf.elffile import ELFFile132 uboot = ELFFile(uboot_file)144 bl31 = ELFFile(bl31_file)163 bl31 = ELFFile(bl31_file)180 bl31 = ELFFile(bl31_file)
7 from elftools.elf.elffile import ELFFile18 elffile = ELFFile(f)
5 from elftools.elf.elffile import ELFFile21 elffile = ELFFile(f)
50 elf = oe.qa.ELFFile(path)
66 elf = oe.qa.ELFFile(f)
13 with oe.qa.ELFFile(fpath) as elf:
170 elf = oe.qa.ELFFile(f)
285 elf = oe.qa.ELFFile(full_path)294 elf = oe.qa.ELFFile(full_path)596 # elf is a oe.qa.ELFFile object787 elf = oe.qa.ELFFile(path)