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

/linux-master/include/linux/
H A Delf.h43 #define elf_shdr elf32_shdr macro
55 #define elf_shdr elf64_shdr macro
/linux-master/fs/
H A Dcompat_binfmt_elf.c30 #undef elf_shdr macro
36 #define elf_shdr elf32_shdr macro
H A Dbinfmt_elf.c1938 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum,
1969 struct elf_shdr *shdr4extnum = NULL;
H A Dbinfmt_elf_fdpic.c1424 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum,
1478 struct elf_shdr *shdr4extnum = NULL;
/linux-master/kernel/
H A Dkexec_elf.c69 ehdr->e_shentsize != sizeof(struct elf_shdr)) {
104 shdr_size = sizeof(struct elf_shdr) * ehdr->e_shnum;

Completed in 98 milliseconds