Home
last modified time | relevance | path

Searched defs:debuginfo_query (Results 1 – 2 of 2) sorted by relevance

/qemu/include/tcg/
H A Ddebuginfo.h15 struct debuginfo_query { struct
16 uint64_t address; /* Input: address. */
17 int flags; /* Input: debuginfo subset. */
18 const char *symbol; /* Symbol that the address is part of. */
19 uint64_t offset; /* Offset from the symbol. */
20 const char *file; /* Source file associated with the address. */
21 int line; /* Line number in the source file. */
70 static inline void debuginfo_query(struct debuginfo_query *q, size_t n) in debuginfo_query() function
/qemu/tcg/
H A Ddebuginfo.c49 void debuginfo_query(struct debuginfo_query *q, size_t n) in debuginfo_query() function