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() 603 struct elfhdr elf_ex; in load_elf_binary() 604 struct elfhdr interp_elf_ex; in load_elf_binary() 617 elf_ex = *((struct elfhdr *) bprm->buf); /* exec-header */ in load_elf_binary() [all …]
|
/qemu/linux-user/ |
H A D | elfload.c | 2106 static void bswap_ehdr(struct elfhdr *ehdr) in bswap_ehdr() 2411 static int elf_is_fdpic(struct elfhdr *exec) in elf_is_fdpic() 2416 static int elf_is_fdpic(struct elfhdr *exec) in elf_is_fdpic() 3481 struct elfhdr ehdr; in load_elf_interp() 3517 struct elfhdr ehdr; in load_elf_vdso() 3716 struct elfhdr ehdr; in get_elf_eflags() 3757 struct elfhdr ehdr; in load_elf_binary() 4072 elf->e_phoff = sizeof(struct elfhdr); in fill_elf_header() 4074 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_header() 4353 offset = sizeof(struct elfhdr); in elf_core_dump() [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 | 310 #undef elfhdr 320 #define elfhdr elf64_hdr macro
|