Home
last modified time | relevance | path

Searched defs:elf_phdr (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/common_modules/xpm/validator/
Delf_code_segment_info.c75 static int get_elf32_code_segment_count(struct elf32_phdr *elf_phdr, in get_elf32_code_segment_count()
94 static int get_elf32_code_segment(struct elf32_phdr *elf_phdr, struct elf_info *elf_info, in get_elf32_code_segment()
125 static int get_elf64_code_segment_count(struct elf64_phdr *elf_phdr, struct elf_info *elf_info) in get_elf64_code_segment_count()
143 static int get_elf64_code_segment(struct elf64_phdr *elf_phdr, struct elf_info *elf_info, in get_elf64_code_segment()
/kernel/linux/linux-5.10/arch/alpha/boot/tools/
Dobjstrip.c32 # define elf_phdr elf64_phdr macro
62 struct elf_phdr *elf_phdr; /* program header */ in main() local
/kernel/linux/linux-5.10/include/linux/
Delf.h32 #define elf_phdr elf32_phdr macro
44 #define elf_phdr elf64_phdr macro
/kernel/linux/linux-5.10/fs/
Dcompat_binfmt_elf.c35 #define elf_phdr elf32_phdr macro