Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Delf.h29 #define elf_shdr elf32_shdr macro
40 #define elf_shdr elf64_shdr macro
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c51 struct elf_shdr *sechdrs;
99 ehdr->e_shentsize != sizeof(struct elf_shdr)) { in elf_is_ehdr_sane()
134 shdr_size = sizeof(struct elf_shdr) * ehdr->e_shnum; in elf_is_ehdr_sane()
285 static bool elf_is_shdr_sane(const struct elf_shdr *shdr, size_t buf_len) in elf_is_shdr_sane()
346 struct elf_shdr *shdr = &elf_info->sechdrs[idx]; in elf_read_shdr()
349 struct elf_shdr *buf_shdr; in elf_read_shdr()
352 buf_shdr = (struct elf_shdr *) sbuf; in elf_read_shdr()
388 shdr_size = sizeof(struct elf_shdr) * elf_info->ehdr->e_shnum; in elf_read_shdrs()
/Linux-v4.19/fs/
Dcompat_binfmt_elf.c31 #undef elf_shdr
36 #define elf_shdr elf32_shdr macro
Dbinfmt_elf_fdpic.c1478 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info()
1575 struct elf_shdr *shdr4extnum = NULL; in elf_fdpic_core_dump()
Dbinfmt_elf.c2189 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info()
2223 struct elf_shdr *shdr4extnum = NULL; in elf_core_dump()