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

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c433 unsigned int abbrev_form, hash_number; local
488 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
505 = (enum dwarf_form) abbrev_form;
508 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c4956 unsigned int abbrev_form, hash_number; local
4993 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
5011 if (abbrev_form == DW_FORM_ref_addr
5012 || abbrev_form == DW_FORM_indirect)
5016 cur_attrs[cur_abbrev->num_attrs++].form = abbrev_form;
5019 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);

Completed in 61 milliseconds