qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Where is load_elf32()?


From: Max Filippov
Subject: Re: [Qemu-devel] Where is load_elf32()?
Date: Mon, 16 Jan 2012 07:59:53 +0300

> In qemu-1.0:hw/loader.c, load_elf() calls load_elf64() or load_elf32().
> But where is the function definition/body of load_elf32()?

It is in hw/elf_ops.h:190

static int glue(load_elf, SZ)(const char *name, int fd,
                             uint64_t (*translate_fn)(void *, uint64_t),
                             void *translate_opaque,
                             int must_swab, uint64_t *pentry,
                             uint64_t *lowaddr, uint64_t *highaddr,
                             int elf_machine, int clear_lsb)

--
Thanks.
-- Max



reply via email to

[Prev in Thread] Current Thread [Next in Thread]