Searched refs:elf_shdr (Results 1 – 5 of 5) sorted by relevance
29 #define elf_shdr elf32_shdr macro40 #define elf_shdr elf64_shdr macro
51 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()
31 #undef elf_shdr36 #define elf_shdr elf32_shdr macro
1478 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()
2189 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()