Home
last modified time | relevance | path

Searched refs:QEMU_Elf_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.h45 bool QEMU_Elf_init(QEMU_Elf *qe, const char *filename);
H A Dqemu_elf.c245 bool QEMU_Elf_init(QEMU_Elf *qe, const char *filename) in QEMU_Elf_init() function
H A Dmain.c535 if (!QEMU_Elf_init(&qemu_elf, argv[1])) { in main()