Lines Matching defs:context

449       /* Ignore extra outermost context from SunPRO cc and acc.  */
474 /* Ignore extra outermost context from SunPRO cc and acc. */
2301 debug_type context;
2322 the type number before the ':' is the "context" and everything
2326 context = parse_stab_type (dhandle, info, (const char *) NULL, pp,
2328 if (context == DEBUG_TYPE_NULL)
2339 type_name = debug_get_type_name (dhandle, context);
2600 debug_type context;
2708 context = DEBUG_TYPE_NULL;
2722 context = DEBUG_TYPE_NULL;
2726 context = look_ahead_type;
2743 context = DEBUG_TYPE_NULL;
2751 context = DEBUG_TYPE_NULL;
2757 context = DEBUG_TYPE_NULL;
2799 voffset, context);
4034 debug_type context;
4076 context = DEBUG_TYPE_NULL;
4093 context = stab_find_tagged_type (minfo->dhandle, minfo->info,
4097 if (context == DEBUG_TYPE_NULL)
4117 if (context != DEBUG_TYPE_NULL)
4118 fields = debug_get_fields (minfo->dhandle, context);
4120 context = DEBUG_TYPE_NULL;
4127 fields of context until we find a field with the
4150 context = ft;
4158 if (context == DEBUG_TYPE_NULL)
4169 context = debug_find_named_type (minfo->dhandle,
4174 if (context == DEBUG_TYPE_NULL)
4176 context = stab_find_tagged_type (minfo->dhandle,
4182 if (context == DEBUG_TYPE_NULL)
4193 *ptype = context;
5178 context for a function with no arguments. */
5215 struct demangle_component *dc, debug_type context,
5249 if (context != NULL)
5253 fields = debug_get_fields (dhandle, context);
5256 /* Try to find this type by looking through the context
5278 context = stab_demangle_v3_arg (dhandle, info, dc->u.s_binary.left,
5279 context, NULL);
5280 if (context == NULL)
5283 context, NULL);