Home
last modified time | relevance | path

Searched refs:Elf_Phdr (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf.h64 #define Elf_Phdr Elf64_Phdr macro
75 #define Elf_Phdr Elf32_Phdr macro
84 #define GEN_ELF_TEXT_OFFSET round_up(sizeof(Elf_Ehdr) + sizeof(Elf_Phdr), 16)
H A Dgenelf.c256 Elf_Phdr *phdr; in jit_write_elf()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dmodule.h17 #define Elf_Phdr Elf64_Phdr macro
34 #define Elf_Phdr Elf32_Phdr macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dmodule.h17 #define Elf_Phdr Elf64_Phdr macro
34 #define Elf_Phdr Elf32_Phdr macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dkexec_elf.c21 const Elf_Phdr *phdr; in kexec_file_add_kernel_elf()
72 const Elf_Phdr *phdr; in s390_elf_load()
84 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dkexec_elf.c21 const Elf_Phdr *phdr; in kexec_file_add_kernel_elf()
72 const Elf_Phdr *phdr; in s390_elf_load()
84 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf.h59 #define Elf_Phdr Elf64_Phdr macro
70 #define Elf_Phdr Elf32_Phdr macro
H A Dgenelf.c254 Elf_Phdr *phdr; in jit_write_elf()
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
169 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
382 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
410 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()

Completed in 8 milliseconds