Home
last modified time | relevance | path

Searched refs:debuginfo_report_elf (Results 1 – 4 of 4) sorted by relevance

/qemu/include/tcg/
H A Ddebuginfo.h35 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
/qemu/tcg/
H A Ddebuginfo.c28 void debuginfo_report_elf(const char *name, int fd, uint64_t bias) in debuginfo_report_elf() function
/qemu/hw/core/
H A Dloader.c509 debuginfo_report_elf(filename, fd, 0); in load_elf_ram_sym()
/qemu/linux-user/
H A Delfload.c3478 debuginfo_report_elf(image_name, src->fd, load_bias); in load_elf_image()