elf64_hdr 31 arch/alpha/boot/tools/objstrip.c # define elfhdr elf64_hdr elf64_hdr 80 arch/mips/kernel/elf.c struct elf64_hdr e64; elf64_hdr 139 arch/mips/kernel/elf.c struct elf64_hdr e64; elf64_hdr 143 arch/mips/kernel/elf.c struct elf64_hdr e64; elf64_hdr 38 include/linux/elf.h #define elfhdr elf64_hdr elf64_hdr 150 tools/testing/selftests/proc/proc-pid-vm.c struct elf64_hdr h; elf64_hdr 154 tools/testing/selftests/proc/proc-pid-vm.c {&h, sizeof(struct elf64_hdr)}, elf64_hdr 173 tools/testing/selftests/proc/proc-pid-vm.c h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); elf64_hdr 174 tools/testing/selftests/proc/proc-pid-vm.c h.e_phoff = sizeof(struct elf64_hdr); elf64_hdr 177 tools/testing/selftests/proc/proc-pid-vm.c h.e_ehsize = sizeof(struct elf64_hdr); elf64_hdr 190 tools/testing/selftests/proc/proc-pid-vm.c ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; elf64_hdr 191 tools/testing/selftests/proc/proc-pid-vm.c ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; elf64_hdr 199 tools/testing/selftests/proc/proc-pid-vm.c if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) {