Home
last modified time | relevance | path

Searched refs:Elf_Phdr (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/tools/perf/util/
A Dgenelf.h61 #define Elf_Phdr Elf64_Phdr macro
72 #define Elf_Phdr Elf32_Phdr macro
81 #define GEN_ELF_TEXT_OFFSET round_up(sizeof(Elf_Ehdr) + sizeof(Elf_Phdr), 16)
A Dgenelf.c256 Elf_Phdr *phdr; in jit_write_elf()
/linux-6.3-rc2/include/asm-generic/
A Dmodule.h17 #define Elf_Phdr Elf64_Phdr macro
34 #define Elf_Phdr Elf32_Phdr macro
/linux-6.3-rc2/arch/s390/kernel/
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()
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/linux-6.3-rc2/arch/x86/tools/
A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
410 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()

Completed in 10 milliseconds