Lines Matching refs:symbol_header
50 struct symbol_header *hdr;
73 struct symbol_header { struct
75 struct symbol_header *next; argument
108 struct symbol_header *hdr;
145 const struct symbol_header *const hdr = sym->hdr; in check_symbol_table()
171 struct symbol_header *const hdr = sym->hdr; in _mesa_symbol_table_pop_scope()
197 static struct symbol_header *
200 return (struct symbol_header *) hash_table_find(table->ht, name); in find_symbol()
209 struct symbol_header *const hdr = find_symbol(table, name); in _mesa_symbol_table_iterator_ctor()
247 struct symbol_header *hdr; in _mesa_symbol_table_iterator_next()
284 struct symbol_header *const hdr = find_symbol(table, name); in _mesa_symbol_table_symbol_scope()
306 struct symbol_header *const hdr = find_symbol(table, name); in _mesa_symbol_table_find_symbol()
330 struct symbol_header *hdr; in _mesa_symbol_table_add_symbol()
385 struct symbol_header *hdr; in _mesa_symbol_table_add_global_symbol()
474 struct symbol_header *hdr; in _mesa_symbol_table_dtor()
475 struct symbol_header *next; in _mesa_symbol_table_dtor()