Home | History | Annotate | Download | only in libdw

Lines Matching refs:code

63      representing the abbreviation code itself.  [...]  The
64 abbreviation code is followed by another unsigned LEB128
79 unsigned int code;
80 get_uleb128 (code, abbrevp, end);
82 /* Check whether this code is already in the hash table. */
86 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
99 /* A duplicate abbrev code at a different offset,
114 abb->code = code;
145 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb);