Home
last modified time | relevance | path

Searched refs:elf_shdr (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/
Dcompat_binfmt_elf.c30 #undef elf_shdr
36 #define elf_shdr elf32_shdr macro
Dbinfmt_elf_fdpic.c1417 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info()
1471 struct elf_shdr *shdr4extnum = NULL; in elf_fdpic_core_dump()
Dbinfmt_elf.c1982 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info()
2013 struct elf_shdr *shdr4extnum = NULL; in elf_core_dump()
/linux-6.12.1/include/linux/
Delf.h43 #define elf_shdr elf32_shdr macro
55 #define elf_shdr elf64_shdr macro
/linux-6.12.1/kernel/
Dkexec_elf.c69 ehdr->e_shentsize != sizeof(struct elf_shdr)) { in elf_is_ehdr_sane()
104 shdr_size = sizeof(struct elf_shdr) * ehdr->e_shnum; in elf_is_ehdr_sane()