Searched refs:elf_shdr (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | elf.h | 14 static inline struct elf_shdr *elf_sheader(struct elfhdr *hdr) in elf_sheader() 16 return (struct elf_shdr *)((size_t)hdr + (size_t)hdr->e_shoff); in elf_sheader() 20 static inline struct elf_shdr *elf_section(struct elfhdr *hdr, int idx) in elf_section()
|
| H A D | rk_minidump.c | 59 struct elf_shdr *shdr; 151 struct elf_shdr *shdr = elf_section(hdr, hdr->e_shnum++); in md_update_ss_toc() 221 struct elf_shdr *shdr; in rk_minidump_update_region() 326 struct elf_shdr *shdr = NULL, *tshdr = NULL; in rk_minidump_clear_headers() 387 memcpy(shdr, tshdr, sizeof(struct elf_shdr)); in rk_minidump_clear_headers() 391 memset(tshdr, 0, sizeof(struct elf_shdr)); in rk_minidump_clear_headers() 471 struct elf_shdr *shdr; in rk_minidump_add_header() 502 minidump_elfheader.shdr = shdr = (struct elf_shdr *)(ehdr + 1); in rk_minidump_add_header()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elf.h | 33 #define elf_shdr elf32_shdr macro 45 #define elf_shdr elf64_shdr macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | compat_binfmt_elf.c | 30 #undef elf_shdr 36 #define elf_shdr elf32_shdr macro
|
| H A D | binfmt_elf_fdpic.c | 1438 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 1492 struct elf_shdr *shdr4extnum = NULL; in elf_fdpic_core_dump()
|
| H A D | binfmt_elf.c | 2144 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 2176 struct elf_shdr *shdr4extnum = NULL; in elf_core_dump()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_elf.c | 69 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()
|