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)
99 /* A duplicate abbrev code at a different offset,
116 abb->code = code;
153 if (Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb) == -1)
158 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code);