Searched refs:elf64_hdr (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c80 struct elf64_hdr { struct
152 struct elf64_hdr h;
156 {&h, sizeof(struct elf64_hdr)},
175 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr);
176 h.e_phoff = sizeof(struct elf64_hdr);
179 h.e_ehsize = sizeof(struct elf64_hdr);
192 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len;
193 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len;
201 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) {
/linux-master/include/linux/
H A Delf.h53 #define elfhdr elf64_hdr
/linux-master/arch/mips/kernel/
H A Delf.c81 struct elf64_hdr e64;
140 struct elf64_hdr e64;
144 struct elf64_hdr e64;
/linux-master/arch/powerpc/boot/
H A Delf.h72 typedef struct elf64_hdr { struct
/linux-master/arch/arm64/kernel/
H A Dalternative.c201 const struct elf64_hdr *hdr;
208 hdr = (struct elf64_hdr *)vdso_start;
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c31 # define elfhdr elf64_hdr
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_loader.c75 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
/linux-master/include/uapi/linux/
H A Delf.h226 typedef struct elf64_hdr { struct
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c2126 const struct elf64_hdr *ehdr = (const struct elf64_hdr *)img;

Completed in 253 milliseconds