Symbol: ELFCLASS64
arch/alpha/include/asm/elf.h
82
#define ELF_CLASS ELFCLASS64
arch/arm64/include/asm/elf.h
74
#define ELF_CLASS ELFCLASS64
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
289
assert_eq(elf.ehdr->e_ident[EI_CLASS], ELFCLASS64, "%u");
arch/loongarch/include/asm/elf.h
217
#define ELF_CLASS ELFCLASS64
arch/loongarch/include/asm/elf.h
263
if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
arch/mips/boot/tools/relocs_64.c
24
#define ELF_CLASS ELFCLASS64
arch/mips/boot/tools/relocs_main.c
79
if (e_ident[EI_CLASS] == ELFCLASS64)
arch/mips/include/asm/elf.h
245
#define ELF_CLASS ELFCLASS64
arch/mips/include/asm/elf.h
317
if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
arch/mips/tools/elf-entry.c
81
case ELFCLASS64:
arch/mips/tools/loongson3-llsc-check.c
275
if (eh->e_ident[EI_CLASS] != ELFCLASS64) {
arch/mips/vdso/genvdso.c
151
case ELFCLASS64:
arch/mips/vdso/genvdso.c
193
if (elf_class == ELFCLASS64)
arch/mips/vdso/genvdso.c
201
if (elf_class == ELFCLASS64)
arch/mips/vdso/genvdso.h
88
if (elf_class == ELFCLASS64)
arch/parisc/include/asm/elf.h
227
#define ELF_CLASS ELFCLASS64
arch/powerpc/boot/addnote.c
144
if (e_class != ELFCLASS32 && e_class != ELFCLASS64)
arch/powerpc/boot/elf_util.c
24
elf64->e_ident[EI_CLASS] == ELFCLASS64 &&
arch/powerpc/boot/of.c
53
if (elf64->e_ident[EI_CLASS] == ELFCLASS64) {
arch/powerpc/include/uapi/asm/elf.h
120
# define ELF_CLASS ELFCLASS64
arch/riscv/include/asm/elf.h
26
#define ELF_CLASS ELFCLASS64
arch/s390/include/asm/elf.h
157
#define ELF_CLASS ELFCLASS64
arch/s390/kernel/crash_dump.c
452
ehdr->e_ident[EI_CLASS] = ELFCLASS64;
arch/s390/kernel/kexec_elf.c
82
ehdr->e_ident[EI_CLASS] != ELFCLASS64 ||
arch/s390/tools/relocs.c
23
#define ELF_CLASS ELFCLASS64
arch/sparc/include/asm/elf_64.h
108
#define ELF_CLASS ELFCLASS64
arch/sparc/vdso/vdso2c.c
148
if (hdr->e_ident[EI_CLASS] == ELFCLASS64) {
arch/x86/include/asm/elf.h
71
#define ELF_CLASS ELFCLASS64
arch/x86/tools/relocs_64.c
11
#define ELF_CLASS ELFCLASS64
arch/x86/tools/relocs_common.c
75
if (e_ident[EI_CLASS] == ELFCLASS64)
arch/x86/tools/vdso2c.c
154
if (hdr->e_ident[EI_CLASS] == ELFCLASS64) {
arch/x86/um/asm/elf.h
101
#define ELF_CLASS ELFCLASS64
drivers/remoteproc/remoteproc_coredump.c
116
if (class != ELFCLASS64 && class != ELFCLASS32)
drivers/remoteproc/remoteproc_elf_loader.c
70
if (class != ELFCLASS32 && class != ELFCLASS64) {
drivers/remoteproc/remoteproc_elf_loader.c
75
if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
fs/proc/vmcore.c
1230
ehdr.e_ident[EI_CLASS] != ELFCLASS64 ||
fs/proc/vmcore.c
1339
if (e_ident[EI_CLASS] == ELFCLASS64) {
fs/proc/vmcore.c
1401
if (e_ident[EI_CLASS] == ELFCLASS64) {
fs/proc/vmcore.c
1655
if (WARN_ON_ONCE(e_ident[EI_CLASS] != ELFCLASS64)) {
kernel/crash_core.c
210
ehdr->e_ident[EI_CLASS] = ELFCLASS64;
kernel/kexec_elf.c
161
case ELFCLASS64:
kernel/kexec_elf.c
219
case ELFCLASS64:
lib/buildid.c
311
else if (ehdr->e_ident[EI_CLASS] == ELFCLASS64)
scripts/elf-parse.c
124
case ELFCLASS64: {
scripts/insert-sys-cert.c
43
#define CURRENT_ELFCLASS ELFCLASS64
scripts/mod/mk_elfconfig.c
24
case ELFCLASS64:
scripts/mod/modpost.c
1132
if (elf->hdr->e_ident[EI_CLASS] == ELFCLASS64 &&
scripts/mod/modpost.c
1321
bool is_64bit = (elf->hdr->e_ident[EI_CLASS] == ELFCLASS64);
scripts/recordmcount.c
633
case ELFCLASS64: {
tools/lib/bpf/btf.c
1325
case ELFCLASS64:
tools/lib/bpf/libbpf.c
1615
if (gelf_getclass(elf) != ELFCLASS64) {
tools/lib/bpf/linker.c
718
|| ehdr->e_ident[EI_CLASS] != ELFCLASS64) {
tools/lib/bpf/usdt.c
327
case ELFCLASS64:
tools/objtool/disas.c
342
case ELFCLASS64:
tools/objtool/elf.c
1233
if (!gelf_newehdr(elf->elf, ELFCLASS64)) {
tools/perf/util/genelf.h
21
#define GEN_ELF_CLASS ELFCLASS64
tools/perf/util/genelf.h
24
#define GEN_ELF_CLASS ELFCLASS64
tools/perf/util/genelf.h
30
#define GEN_ELF_CLASS ELFCLASS64
tools/perf/util/genelf.h
36
#define GEN_ELF_CLASS ELFCLASS64
tools/perf/util/genelf.h
42
#define GEN_ELF_CLASS ELFCLASS64
tools/perf/util/genelf.h
45
#define GEN_ELF_CLASS ELFCLASS64
tools/perf/util/genelf.h
51
#define GEN_ELF_CLASS ELFCLASS64
tools/perf/util/genelf.h
62
#if GEN_ELF_CLASS == ELFCLASS64
tools/perf/util/symbol-elf.c
1215
ss->is_64_bit = (gelf_getclass(elf) == ELFCLASS64);
tools/perf/util/symbol-elf.c
1853
*is_64_bit = (gelf_getclass(elf) == ELFCLASS64);
tools/perf/util/symbol-elf.c
1876
if (gelf_getclass(elf) == ELFCLASS64) {
tools/perf/util/symbol-minimal.c
297
return e_ident[EI_CLASS] == ELFCLASS64;
tools/testing/selftests/bpf/veristat.c
500
if (elf_kind(elf) != ELF_K_ELF || gelf_getclass(elf) != ELFCLASS64)
tools/testing/selftests/kvm/lib/elf.c
44
TEST_ASSERT(ident[EI_CLASS] == ELFCLASS64,
tools/testing/selftests/kvm/lib/elf.c
50
ident[EI_CLASS], ELFCLASS64);
tools/testing/selftests/vDSO/parse_vdso.c
107
(ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) {