Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dmod_table.c70 struct const_mod* constMods; member
133 if( me->staticMods || me->constMods || me->staticModOverrides) { in static_mod_table_dtor_imp()
149 HASH_ITER(hh, me->constMods, dm, ftmp) { in static_mod_table_dtor_imp()
150 if(me->constMods) { in static_mod_table_dtor_imp()
151 HASH_DEL(me->constMods,dm); in static_mod_table_dtor_imp()
267 HASH_FIND_INT(me->constMods, &local, dmOld); in static_mod_table_register_const_handle()
269 HASH_ADD_INT(me->constMods, key, dm); in static_mod_table_register_const_handle()
451 HASH_FIND_INT(me->smt->constMods, &dm->key, dmOld); in open_mod_table_open_dynamic()
678 HASH_FIND_INT(me->smt->constMods, &handle, cm); in open_mod_table_get_const()