Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py13 class ELFFile: class
69 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 …]
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py15 from elftools.elf.elffile import ELFFile
132 uboot = ELFFile(uboot_file)
144 bl31 = ELFFile(bl31_file)
163 bl31 = ELFFile(bl31_file)
180 bl31 = ELFFile(bl31_file)
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py7 from elftools.elf.elffile import ELFFile
18 elffile = ELFFile(f)
/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py5 from elftools.elf.elffile import ELFFile
21 elffile = ELFFile(f)
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcase.py50 elf = oe.qa.ELFFile(path)
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Ddlopen-deps.inc66 elf = oe.qa.ELFFile(f)
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass13 with oe.qa.ELFFile(fpath) as elf:
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass170 elf = oe.qa.ELFFile(f)
H A Dinsane.bbclass285 elf = oe.qa.ELFFile(full_path)
294 elf = oe.qa.ELFFile(full_path)
596 # elf is a oe.qa.ELFFile object
787 elf = oe.qa.ELFFile(path)