Home
last modified time | relevance | path

Searched refs:macro_key (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmacrotab.c138 struct macro_key struct
301 key_compare (struct macro_key *key, in key_compare()
319 struct macro_key *key1 = (struct macro_key *) untyped_key1; in macro_tree_compare()
320 struct macro_key *key2 = (struct macro_key *) untyped_key2; in macro_tree_compare()
329 static struct macro_key *
335 struct macro_key *k = macro_alloc (sizeof (*k), t); in new_macro_key()
351 struct macro_key *key = (struct macro_key *) untyped_key; in macro_tree_delete_key()
612 struct macro_key query; in find_definition()
635 struct macro_key *found = (struct macro_key *) pred->key; in find_definition()
644 struct macro_key *found = (struct macro_key *) n->key; in find_definition()
[all …]