Searched refs:toffs (Results 1 – 1 of 1) sorted by relevance
458 ulong_t off, tg_typeoffs_t *toffs) in typegraph_offiter() argument466 if (off > toffs->tgto_offs) { in typegraph_offiter()479 if (off < toffs->tgto_offs && in typegraph_offiter()480 size != 0 && off + size <= toffs->tgto_offs) { in typegraph_offiter()493 if (off == toffs->tgto_offs) in typegraph_offiter()494 toffs->tgto_type = type; in typegraph_offiter()496 if (toffs->tgto_memberp != NULL) in typegraph_offiter()497 *(toffs->tgto_memberp) = name; in typegraph_offiter()516 if (off < toffs->tgto_offs && off + size <= toffs->tgto_offs) { in typegraph_offiter()524 toffs->tgto_type = typegraph_type_offset(type, in typegraph_offiter()[all …]