Searched refs:ELFFile (Results 1 – 6 of 6) sorted by relevance
10 class ELFFile: class66 if len(self.data) < ELFFile.EI_NIDENT + 4:74 if self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS32:76 elif self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS64:81 self.my_assert(self.data[ELFFile.EI_VERSION], ELFFile.EV_CURRENT)83 self.endian = self.data[ELFFile.EI_DATA]84 if self.endian not in (ELFFile.EI_DATA_LSB, ELFFile.EI_DATA_MSB):88 return self.data[ELFFile.EI_OSABI]91 return self.data[ELFFile.EI_ABIVERSION]97 return self.endian == ELFFile.EI_DATA_LSB[all …]
15 from elftools.elf.elffile import ELFFile151 uboot = ELFFile(uboot_file)163 bl31 = ELFFile(bl31_file)181 bl31 = ELFFile(bl31_file)198 bl31 = ELFFile(bl31_file)
47 elf = oe.qa.ELFFile(path)
7 with oe.qa.ELFFile(fpath) as elf:
162 elf = oe.qa.ELFFile(f)
288 elf = oe.qa.ELFFile(full_path)297 elf = oe.qa.ELFFile(full_path)709 elf = oe.qa.ELFFile(path)