Searched refs:newb (Results 1 – 4 of 4) sorted by relevance
68 struct dw_macinfo_block_s *newb; in libdwarf_compose_begin() local78 newb = in libdwarf_compose_begin()80 if (!newb) { in libdwarf_compose_begin()84 newb->mb_data = in libdwarf_compose_begin()85 (char *) newb + sizeof(struct dw_macinfo_block_s); in libdwarf_compose_begin()86 newb->mb_avail_len = blen; in libdwarf_compose_begin()87 newb->mb_used_len = 0; in libdwarf_compose_begin()88 newb->mb_macinfo_data_space_len = blen; in libdwarf_compose_begin()89 dbg->de_first_macinfo = newb; in libdwarf_compose_begin()90 dbg->de_current_macinfo = newb; in libdwarf_compose_begin()[all …]
545 struct eqn_box *b, *newb; in eqn_box_makebinary() local554 newb = eqn_box_alloc(ep, parent); in eqn_box_makebinary()555 newb->type = EQN_SUBEXPR; in eqn_box_makebinary()556 newb->expectargs = 2; in eqn_box_makebinary()557 newb->args = 1; in eqn_box_makebinary()558 newb->first = newb->last = b; in eqn_box_makebinary()559 newb->first->next = NULL; in eqn_box_makebinary()560 b->parent = newb; in eqn_box_makebinary()561 return newb; in eqn_box_makebinary()
1780 struct bubble *newb; in itree_add_bubble() local1802 newb = alloc_xmalloc(sizeof (struct bubble)); in itree_add_bubble()1803 newb->next = NULL; in itree_add_bubble()1804 newb->t = btype; in itree_add_bubble()1805 newb->myevent = eventp; in itree_add_bubble()1806 newb->nork = nork; in itree_add_bubble()1807 newb->mark = 0; in itree_add_bubble()1808 newb->gen = gen; in itree_add_bubble()1809 newb->arrows = NULL; in itree_add_bubble()1812 eventp->bubbles = newb; in itree_add_bubble()[all …]
581 olda, oldb, oldc, oldd, newa, newb, newc, newd);