Searched refs:addr_table_entry (Results 1 – 5 of 5) sorted by relevance
201 struct addr_table_entry;208 struct addr_table_entry * GTY(()) val_entry;
1288 struct GTY((for_user)) addr_table_entry { struct1308 addr_table_entry *begin_entry; argument3669 static addr_table_entry *add_addr_table_entry (void *, enum ate_kind);3670 static void remove_addr_table_entry (addr_table_entry *);4946 struct addr_hasher : ggc_ptr_hash<addr_table_entry>4948 static hashval_t hash (addr_table_entry *);4949 static bool equal (addr_table_entry *, addr_table_entry *);4959 addr_hasher::hash (addr_table_entry *a) in hash()4982 addr_hasher::equal (addr_table_entry *a1, addr_table_entry *a2) in equal()5001 init_addr_table_entry (addr_table_entry *e, enum ate_kind kind, void *addr) in init_addr_table_entry()[all …]
236 struct addr_table_entry;243 struct addr_table_entry * GTY(()) val_entry;
1344 struct GTY((for_user)) addr_table_entry { struct1364 addr_table_entry *begin_entry; argument1366 addr_table_entry *end_entry;3246 addr_table_entry *begin_entry;3247 addr_table_entry *end_entry;3766 static addr_table_entry *add_addr_table_entry (void *, enum ate_kind);3767 static void remove_addr_table_entry (addr_table_entry *);5064 struct addr_hasher : ggc_ptr_hash<addr_table_entry>5066 static hashval_t hash (addr_table_entry *);5067 static bool equal (addr_table_entry *, addr_table_entry *);[all …]
4775 (addr_table_entry): New structure and type.