/openbmc/linux/tools/perf/util/ |
H A D | genelf.h | 21 #define GEN_ELF_CLASS ELFCLASS64 24 #define GEN_ELF_CLASS ELFCLASS64 30 #define GEN_ELF_CLASS ELFCLASS64 36 #define GEN_ELF_CLASS ELFCLASS64 42 #define GEN_ELF_CLASS ELFCLASS64 45 #define GEN_ELF_CLASS ELFCLASS64 48 #define GEN_ELF_CLASS ELFCLASS64 59 #if GEN_ELF_CLASS == ELFCLASS64
|
/openbmc/linux/arch/mips/vdso/ |
H A D | genvdso.c | 151 case ELFCLASS64: in map_vdso() 193 if (elf_class == ELFCLASS64) in patch_vdso() 201 if (elf_class == ELFCLASS64) in get_symbols()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 44 TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64, in elfhdr_get() 50 ident[EI_CLASS], ELFCLASS64); in elfhdr_get()
|
/openbmc/qemu/scripts/ |
H A D | dump-guest-memory.py | 37 ELFCLASS64 = 2 variable 74 self.elfclass = ELFCLASS64 78 self.elfclass = ELFCLASS64 306 if elfclass == ELFCLASS64: 345 if elfclass == ELFCLASS64:
|
/openbmc/qemu/target/loongarch/ |
H A D | arch_dump.c | 149 info->d_class = ELFCLASS64; in cpu_get_dump_info() 158 if (class == ELFCLASS64) { in cpu_get_note_size()
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_elf.h | 28 #define ELF_CLASS ELFCLASS64
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_elf.h | 26 #define ELF_CLASS ELFCLASS64
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs_64.c | 11 #define ELF_CLASS ELFCLASS64
|
H A D | relocs_common.c | 75 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 186 #define ELF_CLASS ELFCLASS64 232 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
|
/openbmc/qemu/target/riscv/ |
H A D | arch_dump.c | 179 info->d_class = ELFCLASS64; in cpu_get_dump_info() 194 if (class == ELFCLASS64) { in cpu_get_note_size()
|
/openbmc/linux/scripts/mod/ |
H A D | mk_elfconfig.c | 25 case ELFCLASS64: in main()
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs_64.c | 24 #define ELF_CLASS ELFCLASS64
|
H A D | relocs_main.c | 79 if (e_ident[EI_CLASS] == ELFCLASS64) in main()
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | kexec-x32.patch | 15 use ELFCLASS32 instead of ELFCLASS64. 61 if (ehdr->ei_class != ELFCLASS64) {
|
/openbmc/u-boot/tools/ |
H A D | prelink-riscv.c | 93 bool is64 = e_ident[EI_CLASS] == ELFCLASS64; in main()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | qa.py | 27 ELFCLASS64 = 2 variable in ELFFile 79 elif self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS64:
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | addnote.c | 61 #define ELFCLASS64 2 macro 143 if (e_class != ELFCLASS32 && e_class != ELFCLASS64) in main()
|
H A D | of.c | 53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
|
H A D | elf_util.c | 24 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | elf.h | 82 #define ELF_CLASS ELFCLASS64
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_elf_loader.c | 70 if (class != ELFCLASS32 && class != ELFCLASS64) { 75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
|
/openbmc/linux/arch/mips/tools/ |
H A D | elf-entry.c | 81 case ELFCLASS64: in main()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 243 #define ELF_CLASS ELFCLASS64 315 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 26 #define ELF_CLASS ELFCLASS64
|