Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/proc/
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()
/linux-6.3-rc2/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-6.3-rc2/arch/arm64/kernel/
A Dalternative.c202 const struct elf64_hdr *hdr; in apply_alternatives_vdso()
209 hdr = (struct elf64_hdr *)vdso_start; in apply_alternatives_vdso()
/linux-6.3-rc2/include/linux/
A Delf.h53 #define elfhdr elf64_hdr
/linux-6.3-rc2/arch/powerpc/boot/
A Delf.h72 typedef struct elf64_hdr { struct
/linux-6.3-rc2/arch/alpha/boot/tools/
A Dobjstrip.c31 # define elfhdr elf64_hdr
/linux-6.3-rc2/drivers/remoteproc/
A Dremoteproc_elf_loader.c75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
/linux-6.3-rc2/include/uapi/linux/
A Delf.h226 typedef struct elf64_hdr { struct

Completed in 11 milliseconds