Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H 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()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h43 #define elfhdr elf64_hdr
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf.h72 typedef struct elf64_hdr { struct
/OK3568_Linux_fs/kernel/arch/alpha/boot/tools/
H A Dobjstrip.c31 # define elfhdr elf64_hdr
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h222 typedef struct elf64_hdr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h221 typedef struct elf64_hdr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h221 typedef struct elf64_hdr { struct
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_elf_loader.c73 if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {