Lines Matching defs:abbrev
222 struct for the abbrev with the given code. It puts the
224 the abbrev between the last abbrev added and this one to
226 is scanned sequentially from the top for an abbrev with
235 an abbrev with the given code is found, or an abbrev code
237 abbrev's read till that point into the hash table. The
316 /* This returns a pointer to an abbrev list entry, not
325 /* End of abbrev's for this cu, since abbrev code is 0. */
355 /* Cycle thru the abbrev content, ignoring the content except
455 local_length_size + /* Size of abbrev offset field. */
469 dbg->de_length_size + /* Size of abbrev offset field. */
507 struct Dwarf_Abbrev_List_s *abbrev = 0;
511 abbrev = tb->at_head;
512 for (; abbrev; abbrev = nextabbrev) {
513 nextabbrev = abbrev->ab_next;
514 dwarf_dealloc(dbg, abbrev, DW_DLA_ABBREV_LIST);