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.c219 uintptr_t tgn_base; /* address base of object */ member
232 #define TG_NODE_SIZE(n) ((n)->tgn_limit - (n)->tgn_base)
935 if (lhs->tgn_base < rhs->tgn_base) in typegraph_nodecmp()
937 if (lhs->tgn_base > rhs->tgn_base) in typegraph_nodecmp()
951 if (addr < tg_sorted[guess]->tgn_base) { in typegraph_search()
1038 node->tgn_base = addr; in typegraph_buf()
1207 uintptr_t min = tg_sorted[0]->tgn_base; in typegraph_build_anchored()
1219 src->tgn_base = addr; in typegraph_build_anchored()
1266 edge->tge_destoffs = ptr - node->tgn_base; in typegraph_build_anchored()
1294 addr = node->tgn_base; in typegraph_build_anchored()
[all …]