Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
A Dproc-pid-vm.c78 struct elf64_hdr { struct
150 struct elf64_hdr h; in make_exe()
154 {&h, sizeof(struct elf64_hdr)}, in make_exe()
173 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
174 h.e_phoff = sizeof(struct elf64_hdr); in make_exe()
177 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
190 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
191 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
199 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
/linux/arch/mips/kernel/
A Delf.c80 struct elf64_hdr e64; in arch_elf_pt_proc()
139 struct elf64_hdr e64; in arch_check_elf()
143 struct elf64_hdr e64; in arch_check_elf()
/linux/include/linux/
A Delf.h53 #define elfhdr elf64_hdr
/linux/arch/powerpc/boot/
A Delf.h72 typedef struct elf64_hdr { struct
/linux/arch/alpha/boot/tools/
A Dobjstrip.c31 # define elfhdr elf64_hdr
/linux/include/uapi/linux/
A Delf.h222 typedef struct elf64_hdr { struct
/linux/drivers/remoteproc/
A Dremoteproc_elf_loader.c75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {

Completed in 16 milliseconds