Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/proc/
Dproc-pid-vm.c81 struct elf64_hdr { struct
153 struct elf64_hdr h; in make_exe()
157 {&h, sizeof(struct elf64_hdr)}, in make_exe()
176 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
177 h.e_phoff = sizeof(struct elf64_hdr); in make_exe()
180 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
193 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
194 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe()
202 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
/linux-6.12.1/arch/mips/kernel/
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()
/linux-6.12.1/arch/arm64/kernel/
Dalternative.c201 const struct elf64_hdr *hdr; in apply_alternatives_vdso()
208 hdr = (struct elf64_hdr *)vdso_start; in apply_alternatives_vdso()
/linux-6.12.1/arch/s390/kernel/
Dvdso.c254 const struct elf64_hdr *hdr; in vdso_apply_alternatives()
256 hdr = (struct elf64_hdr *)vdso64_start; in vdso_apply_alternatives()
/linux-6.12.1/include/linux/
Delf.h53 #define elfhdr elf64_hdr
/linux-6.12.1/arch/powerpc/boot/
Delf.h72 typedef struct elf64_hdr { struct
/linux-6.12.1/arch/alpha/boot/tools/
Dobjstrip.c31 # define elfhdr elf64_hdr
/linux-6.12.1/drivers/remoteproc/
Dremoteproc_elf_loader.c75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
/linux-6.12.1/include/uapi/linux/
Delf.h226 typedef struct elf64_hdr { struct
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
Dr535.c2465 const struct elf64_hdr *ehdr = (const struct elf64_hdr *)img; in r535_gsp_elf_section()