Searched refs:e32 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 80 struct elf32_hdr e32; in arch_elf_pt_proc() member 91 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc() 92 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc() 139 struct elf32_hdr e32; in arch_check_elf() member 143 struct elf32_hdr e32; in arch_check_elf() member 151 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf() 152 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf() 173 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf() 174 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
H A D | 40-libgphoto2.rules | 747 ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0e32", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 1040 ATTRS{idVendor}=="22b8", ATTRS{idProduct}=="2e32", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2865 * So if ELEN = 64, LMUL = 1/2, then SEW will support e8, e16, e32,
|