Home
last modified time | relevance | path

Searched refs:QEMU_Elf (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.h34 typedef struct QEMU_Elf { struct
43 } QEMU_Elf; argument
45 bool QEMU_Elf_init(QEMU_Elf *qe, const char *filename);
46 void QEMU_Elf_exit(QEMU_Elf *qe);
H A Dqemu_elf.c58 static bool init_states(QEMU_Elf *qe) in init_states()
127 static void exit_states(QEMU_Elf *qe) in exit_states()
132 static bool check_ehdr(QEMU_Elf *qe) in check_ehdr()
187 static bool QEMU_Elf_map(QEMU_Elf *qe, const char *filename) in QEMU_Elf_map()
236 static void QEMU_Elf_unmap(QEMU_Elf *qe) in QEMU_Elf_unmap()
245 bool QEMU_Elf_init(QEMU_Elf *qe, const char *filename) in QEMU_Elf_init()
266 void QEMU_Elf_exit(QEMU_Elf *qe) in QEMU_Elf_exit()
H A Daddrspace.h36 void pa_space_create(struct pa_space *ps, QEMU_Elf *qemu_elf);
H A Dmain.c185 static bool fix_dtb(struct va_space *vs, QEMU_Elf *qe) in fix_dtb()
342 struct va_space *vs, QEMU_Elf *qe) in fill_context()
512 QEMU_Elf qemu_elf; in main()
H A Daddrspace.c73 void pa_space_create(struct pa_space *ps, QEMU_Elf *qemu_elf) in pa_space_create()