Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_debug_stack_android.cpp31 static hash_table *symbol_table; variable
37 if (!symbol_table) in intern_symbol()
38 symbol_table = _mesa_hash_table_create(NULL, NULL, _mesa_key_string_equal); in intern_symbol()
42 _mesa_hash_table_search_pre_hashed(symbol_table, hash, symbol); in intern_symbol()
44 entry = _mesa_hash_table_insert_pre_hashed(symbol_table, hash, symbol, strdup(symbol)); in intern_symbol()
/third_party/selinux/libsepol/src/
Davrule_block.c155 int is_id_enabled(char *id, policydb_t * p, int symbol_table) in is_id_enabled() argument
158 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id); in is_id_enabled()
174 if (symbol_table == SYM_ROLES || symbol_table == SYM_USERS) { in is_id_enabled()
/third_party/skia/third_party/externals/tint/src/
Dsymbol_table.h95 inline ProgramID ProgramIDOf(const SymbolTable& symbol_table) { in ProgramIDOf() argument
96 return symbol_table.ProgramID(); in ProgramIDOf()
DBUILD.gn425 "symbol_table.cc",
426 "symbol_table.h",
DCMakeLists.txt286 symbol_table.cc
287 symbol_table.h
/third_party/selinux/libsepol/include/sepol/policydb/
Davrule_block.h38 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
/third_party/mesa3d/src/
Dmeson.build43 'mesa/program/symbol_table.c',
/third_party/mesa3d/src/mesa/
Dmeson.build293 'program/symbol_table.c',
294 'program/symbol_table.h',
/third_party/elfio/elfio/
Delfio_dump.hpp899 symbol_table( out, i, name, value, size, bind, type, in symbol_tables()
909 static void symbol_table( std::ostream& out, in symbol_table() function in ELFIO::dump
/third_party/mesa3d/ohos/
Ddependency_inputs.gni5977 "../src/mesa/program/symbol_table.c",
5978 "../src/mesa/program/symbol_table.h",
/third_party/mesa3d/docs/relnotes/
D7.10.rst2112 - symbol_table: Add support for adding a symbol at top-level/global
D21.0.0.rst3317 - symbol_table:fix mesa symbol table return scope error