Home
last modified time | relevance | path

Searched refs:symbol_table (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
H A 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/
H A 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/
H A Dsymbol_table.h93 /// @param symbol_table the SymbolTable
95 inline ProgramID ProgramIDOf(const SymbolTable& symbol_table) { in ProgramIDOf() argument
96 return symbol_table.ProgramID(); in ProgramIDOf()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Davrule_block.h38 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
/third_party/elfio/elfio/
H A 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

Completed in 3 milliseconds