Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dsymbol_table.c50 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()
[all …]