Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/core/
H A Dloader.c185 struct exec struct
197 static void bswap_ahdr(struct exec *e) in bswap_ahdr() argument
209 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h68 struct elfhdr *exec, in target_create_elf_tables()
/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h68 struct elfhdr *exec, in target_create_elf_tables()
/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h71 struct elfhdr *exec, in target_create_elf_tables()
/qemu/linux-user/
H A Delfload.c2169 struct exec struct
2182 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
2509 static int elf_is_fdpic(struct elfhdr *exec) in elf_is_fdpic()
2514 static int elf_is_fdpic(struct elfhdr *exec) in elf_is_fdpic()
2520 static int elf_is_fdpic(struct elfhdr *exec) in elf_is_fdpic()
2552 struct elfhdr *exec, in create_elf_tables()
/qemu/contrib/plugins/
H A Ddrcov.c38 bool exec; member
H A Dlockstep.c201 ExecInfo *exec; in vcpu_tb_exec() local
/qemu/hw/dma/
H A Dpl330.c316 void (*exec)(PL330Chan *, uint8_t opcode, uint8_t *args, int len); member