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

2012-01-15 Thread Max Filippov
> 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),        

[Qemu-devel] Where is load_elf32()?

2012-01-15 Thread Li Guohua
Hi, 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()? And: $ find /usr/include -name '*' | xargs grep load_elf32 [no result] Thanks & Regards, Gary