Home
last modified time | relevance | path

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

/qemu/
H A Dblock.c6256 static uintptr_t xdbg_graph_node_num(XDbgBlockGraphConstructor *gr, void *node) in xdbg_graph_node_num() function
6281 n->id = xdbg_graph_node_num(gr, node); in xdbg_graph_add_node()
6297 edge->parent = xdbg_graph_node_num(gr, parent); in xdbg_graph_add_edge()
6298 edge->child = xdbg_graph_node_num(gr, child->bs); in xdbg_graph_add_edge()