Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py10 class ELFFile: class
66 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py15 from elftools.elf.elffile import ELFFile
151 uboot = ELFFile(uboot_file)
163 bl31 = ELFFile(bl31_file)
181 bl31 = ELFFile(bl31_file)
198 bl31 = ELFFile(bl31_file)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcase.py47 elf = oe.qa.ELFFile(path)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dchrpath.bbclass7 with oe.qa.ELFFile(fpath) as elf:
H A Duninative.bbclass162 elf = oe.qa.ELFFile(f)
H A Dinsane.bbclass288 elf = oe.qa.ELFFile(full_path)
297 elf = oe.qa.ELFFile(full_path)
709 elf = oe.qa.ELFFile(path)