Searched refs:symbol_table (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/util/ |
D | u_debug_stack_android.cpp | 31 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/ |
D | avrule_block.c | 155 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/ |
D | symbol_table.h | 95 inline ProgramID ProgramIDOf(const SymbolTable& symbol_table) { in ProgramIDOf() argument 96 return symbol_table.ProgramID(); in ProgramIDOf()
|
D | BUILD.gn | 425 "symbol_table.cc", 426 "symbol_table.h",
|
D | CMakeLists.txt | 286 symbol_table.cc 287 symbol_table.h
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | avrule_block.h | 38 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
|
/third_party/mesa3d/src/ |
D | meson.build | 43 'mesa/program/symbol_table.c',
|
/third_party/mesa3d/src/mesa/ |
D | meson.build | 293 'program/symbol_table.c', 294 'program/symbol_table.h',
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 899 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/ |
D | dependency_inputs.gni | 5977 "../src/mesa/program/symbol_table.c", 5978 "../src/mesa/program/symbol_table.h",
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 2112 - symbol_table: Add support for adding a symbol at top-level/global
|
D | 21.0.0.rst | 3317 - symbol_table:fix mesa symbol table return scope error
|