Home
last modified time | relevance | path

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

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