Home
last modified time | relevance | path

Searched refs:elf64_hdr (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c80 struct elf64_hdr { struct
152 struct elf64_hdr h; in make_exe()
156 {&h, sizeof(struct elf64_hdr)}, in make_exe()
175 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
176 h.e_phoff = sizeof(struct elf64_hdr); in make_exe()
179 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
192 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
193 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
201 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
/openbmc/linux/arch/mips/kernel/
H A Delf.c81 struct elf64_hdr e64; in arch_elf_pt_proc()
140 struct elf64_hdr e64; in arch_check_elf()
144 struct elf64_hdr e64; in arch_check_elf()
/openbmc/linux/arch/arm64/kernel/
H A Dalternative.c201 const struct elf64_hdr *hdr; in apply_alternatives_vdso()
208 hdr = (struct elf64_hdr *)vdso_start; in apply_alternatives_vdso()
/openbmc/linux/include/linux/
H A Delf.h53 #define elfhdr elf64_hdr
/openbmc/linux/arch/powerpc/boot/
H A Delf.h72 typedef struct elf64_hdr { struct
/openbmc/linux/arch/alpha/boot/tools/
H A Dobjstrip.c31 # define elfhdr elf64_hdr
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_elf_loader.c75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
/openbmc/linux/include/uapi/linux/
H A Delf.h226 typedef struct elf64_hdr { struct
/openbmc/qemu/hw/i386/
H A Dmultiboot.c199 if (((struct elf64_hdr*)header)->e_machine == EM_X86_64) { in load_multiboot()
/openbmc/qemu/include/
H A Delf.h1516 typedef struct elf64_hdr { struct
1783 #define elfhdr elf64_hdr
/openbmc/qemu/hw/core/
H A Dloader.c320 #define elfhdr elf64_hdr