Home
last modified time | relevance | path

Searched defs:elf_phdr (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/boot/tools/
H A Dobjstrip.c32 # define elf_phdr elf64_phdr macro
62 struct elf_phdr *elf_phdr; /* program header */ in main() local
[all...]
/kernel/linux/linux-6.6/arch/alpha/boot/tools/
H A Dobjstrip.c32 # define elf_phdr elf64_phdr macro
62 struct elf_phdr *elf_phdr; /* program header */ in main() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dcompat_binfmt_elf.c29 #undef elf_phdr macro
35 #define elf_phdr elf32_phdr macro
/kernel/linux/linux-5.10/include/linux/
H A Delf.h32 #define elf_phdr elf32_phdr macro
44 #define elf_phdr elf64_phdr macro
/kernel/linux/linux-6.6/fs/
H A Dcompat_binfmt_elf.c29 #undef elf_phdr macro
35 #define elf_phdr elf32_phdr macro
/kernel/linux/linux-6.6/include/linux/
H A Delf.h42 #define elf_phdr elf32_phdr macro
54 #define elf_phdr elf64_phdr macro
/kernel/linux/common_modules/xpm/validator/
H A Delf_code_segment_info.c75 static int get_elf32_code_segment_count(struct elf32_phdr *elf_phdr, in get_elf32_code_segment_count() argument
94 static int get_elf32_code_segment(struct elf32_phdr *elf_phdr, struct elf_info *elf_info, in get_elf32_code_segment() argument
125 static int get_elf64_code_segment_count(struct elf64_phdr *elf_phdr, struct elf_info *elf_info) in get_elf64_code_segment_count() argument
143 static int get_elf64_code_segment(struct elf64_phdr *elf_phdr, struct elf_info *elf_info, in get_elf64_code_segment() argument

Completed in 3 milliseconds