Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c223 uintptr_t tgn_base; /* address base of object */ member
236 #define TG_NODE_SIZE(n) ((n)->tgn_limit - (n)->tgn_base)
947 if (lhs->tgn_base < rhs->tgn_base) in typegraph_nodecmp()
949 if (lhs->tgn_base > rhs->tgn_base) in typegraph_nodecmp()
963 if (addr < tg_sorted[guess]->tgn_base) { in typegraph_search()
1051 node->tgn_base = addr; in typegraph_buf()
1220 uintptr_t min = tg_sorted[0]->tgn_base; in typegraph_build_anchored()
1232 src->tgn_base = addr; in typegraph_build_anchored()
1279 edge->tge_destoffs = ptr - node->tgn_base; in typegraph_build_anchored()
1307 addr = node->tgn_base; in typegraph_build_anchored()
[all …]