Searched refs:elfhdr (Results 1 – 8 of 8) sorted by relevance
/qemu/bsd-user/ |
H A D | elfload.c | 39 static int load_elf_sections(const struct elfhdr *hdr, struct elf_phdr *phdr, 48 static void bswap_ehdr(struct elfhdr *ehdr) in bswap_ehdr() 116 static void bswap_ehdr(struct elfhdr *ehdr) { } in bswap_ehdr() 271 static abi_ulong load_elf_interp(struct elfhdr *interp_elf_ex, in load_elf_interp() 396 static void load_symbols(struct elfhdr *hdr, int fd) in load_symbols() 508 struct elfhdr elf_ex; in is_target_elf_binary() 517 elf_ex = *((struct elfhdr *)buf); in is_target_elf_binary() 529 load_elf_sections(const struct elfhdr *hdr, struct elf_phdr *phdr, int fd, in load_elf_sections() 603 struct elfhdr elf_ex; in load_elf_binary() 604 struct elfhdr interp_elf_ex; in load_elf_binary() [all …]
|
/qemu/linux-user/ |
H A D | elfload.c | 2126 static void bswap_ehdr(struct elfhdr *ehdr) in bswap_ehdr() 2215 static void load_symbols(struct elfhdr *hdr, const ImageSource *src, 2220 static bool elf_check_ident(struct elfhdr *ehdr) in elf_check_ident() 2233 static bool elf_check_ehdr(struct elfhdr *ehdr) in elf_check_ehdr() 2237 && ehdr->e_ehsize == sizeof(struct elfhdr) in elf_check_ehdr() 2440 static int elf_is_fdpic(struct elfhdr *exec) in elf_is_fdpic() 2445 static int elf_is_fdpic(struct elfhdr *exec) in elf_is_fdpic() 2451 static int elf_is_fdpic(struct elfhdr *exec) in elf_is_fdpic() 2483 struct elfhdr *exec, in create_elf_tables() 3207 struct image_info *info, struct elfhdr *ehdr, in load_elf_image() [all …]
|
/qemu/bsd-user/freebsd/ |
H A D | target_os_elf.h | 71 struct elfhdr *exec, in target_create_elf_tables()
|
/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 68 struct elfhdr *exec, in target_create_elf_tables()
|
/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 68 struct elfhdr *exec, in target_create_elf_tables()
|
/qemu/include/hw/ |
H A D | elf_ops.h.inc | 1 static void glue(bswap_ehdr, SZ)(struct elfhdr *ehdr) 107 static void glue(load_symbols, SZ)(struct elfhdr *ehdr, int fd, int must_swab, 201 static int glue(elf_reloc, SZ)(struct elfhdr *ehdr, int fd, int must_swab, 326 struct elfhdr ehdr;
|
/qemu/include/ |
H A D | elf.h | 1767 #define elfhdr elf32_hdr macro 1783 #define elfhdr elf64_hdr macro
|
/qemu/hw/core/ |
H A D | loader.c | 311 #undef elfhdr 321 #define elfhdr elf64_hdr macro
|