Searched defs:abbrev_code (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c401 Dwarf_Word abbrev_code = 0; local
412 abbrev_code = (Dwarf_Word) utmp;
413 if (abbrev_code == 0) {
418 abbrev_list = _dwarf_get_abbrev_for_code(cu_context, abbrev_code);
551 Dwarf_Word abbrev_code = 0; local
656 abbrev_code = (Dwarf_Word) utmp;
657 if (abbrev_code == 0) {
662 ret_die->di_abbrev_code = abbrev_code;
664 _dwarf_get_abbrev_for_code(ret_die->di_cu_context, abbrev_code);
690 Dwarf_Word abbrev_code local
764 Dwarf_Unsigned abbrev_code = 0; local
[all...]
H A Ddwarf_util.c255 Dwarf_Unsigned abbrev_code = 0; local
332 DECODE_LEB128_UWORD(abbrev_ptr, abbrev_code);
340 new_hashable_val = abbrev_code;
350 inner_list_entry->ab_code = abbrev_code;
362 } while (*abbrev_ptr != 0 && abbrev_code != code);
365 return (abbrev_code == code ? inner_list_entry : NULL);

Completed in 59 milliseconds