Home
last modified time | relevance | path

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

/qemu/include/hw/
H A Delf_ops.h.inc30 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);
/qemu/bsd-user/
H A Delfload.c81 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()
/qemu/include/
H A Delf.h1770 #define elf_shdr elf32_shdr macro
1786 #define elf_shdr elf64_shdr macro
/qemu/hw/core/
H A Dloader.c313 #undef elf_shdr
324 #define elf_shdr elf64_shdr macro
/qemu/linux-user/
H A Delfload.c2165 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr()
3652 g_autofree struct elf_shdr *shdr = NULL; in load_symbols()
3659 shdr = imgsrc_read_alloc(hdr->e_shoff, shnum * sizeof(struct elf_shdr), in load_symbols()