Searched refs:ctx_offset_infos (Results 1 – 1 of 1) sorted by relevance
164 calibdb_ctx_member_offset_info_t* ctx_offset_infos = ctx_info->offset_info; in calibdb_get_module_ptr() local165 while (ctx_offset_infos->module_name != NULL) { in calibdb_get_module_ptr()166 if (strcmp(ctx_offset_infos->module_name, module_name) == 0) in calibdb_get_module_ptr()168 ctx_offset_infos++; in calibdb_get_module_ptr()170 if (ctx_offset_infos->module_name != NULL) in calibdb_get_module_ptr()171 return ((char*)(ctx) + ctx_offset_infos->offset); in calibdb_get_module_ptr()