Searched refs:elf_shdr (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | elf.h | 43 #define elf_shdr elf32_shdr macro 55 #define elf_shdr elf64_shdr macro
|
/openbmc/linux/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 | 1420 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 1474 struct elf_shdr *shdr4extnum = NULL; in elf_fdpic_core_dump()
|
H A D | binfmt_elf.c | 2004 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 2035 struct elf_shdr *shdr4extnum = NULL; in elf_core_dump()
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 30 static void glue(bswap_shdr, SZ)(struct elf_shdr *shdr) 59 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table, 110 struct elf_shdr *symtab, *strtab; 111 g_autofree struct elf_shdr *shdr_table = NULL; 118 sizeof(struct elf_shdr) * ehdr->e_shnum); 206 struct elf_shdr *reltab, *shdr_table = NULL; 213 sizeof(struct elf_shdr) * ehdr->e_shnum);
|
/openbmc/linux/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()
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 81 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr() 118 static void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr() 399 struct elf_shdr sechdr, symtab, strtab; in load_symbols()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1770 #define elf_shdr elf32_shdr macro 1786 #define elf_shdr elf64_shdr macro
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 312 #undef elf_shdr 323 #define elf_shdr elf64_shdr macro
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2155 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr() 2193 static inline void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr() 3640 g_autofree struct elf_shdr *shdr = NULL; in load_symbols() 3647 shdr = imgsrc_read_alloc(hdr->e_shoff, shnum * sizeof(struct elf_shdr), in load_symbols()
|