Lines Matching refs:code
222 struct for the abbrev with the given code. It puts the
227 the given code. All intervening abbrevs are also put
230 This function hashes the given code, and checks the chain
232 with the given code exists. If yes, it returns a pointer
235 an abbrev with the given code is found, or an abbrev code
248 _dwarf_get_abbrev_for_code(Dwarf_CU_Context cu_context, Dwarf_Unsigned code)
305 hashable_val = code;
311 /* Determine if the 'code' is the list of synonyms already. */
313 hash_abbrev_entry != NULL && hash_abbrev_entry->ab_code != code;
325 /* End of abbrev's for this cu, since abbrev code is 0. */
362 } while (*abbrev_ptr != 0 && abbrev_code != code);
365 return (abbrev_code == code ? inner_list_entry : NULL);
475 code in one place now instead of replicating it in multiple