Searched refs:debuginfo_report_elf (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | debuginfo.h | 35 void debuginfo_report_elf(const char *name, int fd, uint64_t bias); 61 static inline void debuginfo_report_elf(const char *image_name, int image_fd, in debuginfo_report_elf() function
|
/openbmc/qemu/tcg/ |
H A D | debuginfo.c | 28 void debuginfo_report_elf(const char *name, int fd, uint64_t bias) in debuginfo_report_elf() function
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 509 debuginfo_report_elf(filename, fd, 0); in load_elf_ram_sym()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 3500 debuginfo_report_elf(image_name, src->fd, load_bias); in load_elf_image()
|