Searched refs:ELFCLASS64 (Results 26 - 50 of 51) sorted by relevance

123

/linux-master/kernel/
H A Dkexec_elf.c161 case ELFCLASS64:
219 case ELFCLASS64:
H A Dcrash_core.c193 ehdr->e_ident[EI_CLASS] = ELFCLASS64;
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c83 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) {
/linux-master/arch/s390/include/asm/
H A Delf.h149 #define ELF_CLASS ELFCLASS64
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c275 if (eh->e_ident[EI_CLASS] != ELFCLASS64) {
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.c175 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) {
/linux-master/arch/sparc/vdso/
H A Dvdso2c.c148 if (hdr->e_ident[EI_CLASS] == ELFCLASS64) {
/linux-master/scripts/
H A Dsorttable.c341 case ELFCLASS64:
H A Dinsert-sys-cert.c43 #define CURRENT_ELFCLASS ELFCLASS64
H A Drecordmcount.c633 case ELFCLASS64: {
/linux-master/arch/parisc/include/asm/
H A Delf.h227 #define ELF_CLASS ELFCLASS64
/linux-master/arch/x86/include/asm/
H A Delf.h70 #define ELF_CLASS ELFCLASS64
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c286 assert_eq(elf.ehdr->e_ident[EI_CLASS], ELFCLASS64, "%u");
/linux-master/tools/perf/util/
H A Dsymbol-minimal.c317 return e_ident[EI_CLASS] == ELFCLASS64;
H A Dsymbol-elf.c1288 ss->is_64_bit = (gelf_getclass(elf) == ELFCLASS64);
1905 *is_64_bit = (gelf_getclass(elf) == ELFCLASS64);
1928 if (gelf_getclass(elf) == ELFCLASS64) {
/linux-master/include/uapi/linux/
H A Delf.h353 #define ELFCLASS64 2 macro
/linux-master/fs/proc/
H A Dvmcore.c1225 ehdr.e_ident[EI_CLASS] != ELFCLASS64 ||
1334 if (e_ident[EI_CLASS] == ELFCLASS64) {
1397 if (e_ident[EI_CLASS] == ELFCLASS64) {
/linux-master/drivers/remoteproc/
H A Dremoteproc_coredump.c116 if (class != ELFCLASS64 && class != ELFCLASS32)
/linux-master/arch/s390/tools/
H A Drelocs.c23 #define ELF_CLASS ELFCLASS64
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c458 ehdr->e_ident[EI_CLASS] = ELFCLASS64;
/linux-master/scripts/mod/
H A Dmodpost.c1140 if (elf->hdr->e_ident[EI_CLASS] == ELFCLASS64 &&
1363 bool is_64bit = (elf->hdr->e_ident[EI_CLASS] == ELFCLASS64);
/linux-master/tools/lib/bpf/
H A Dusdt.c316 case ELFCLASS64:
H A Dlinker.c587 || ehdr->e_ident[EI_CLASS] != ELFCLASS64) {
H A Dbtf.c1182 case ELFCLASS64:
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c390 if (elf_kind(elf) != ELF_K_ELF || gelf_getclass(elf) != ELFCLASS64)

Completed in 344 milliseconds

123