Searched refs:curabbrev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c1465 Dwarf_P_Abbrev curabbrev = 0; local
1592 curabbrev = _dwarf_pro_getabbrev(curdie, abbrev_head);
1593 if (curabbrev == NULL) {
1598 curabbrev->abb_idx = n_abbrevs;
1599 abbrev_tail = abbrev_head = curabbrev;
1602 if (curabbrev->abb_idx == 0) {
1604 curabbrev->abb_idx = n_abbrevs;
1605 abbrev_tail->abb_next = curabbrev;
1606 abbrev_tail = curabbrev;
1609 res = _dwarf_pro_encode_leb128_nm(curabbrev
2126 Dwarf_P_Abbrev curabbrev; local
[all...]

Completed in 62 milliseconds