Searched refs:vobj (Results 1 – 5 of 5) sorted by relevance
88 static void cleanup_object(void *vobj) in cleanup_object() argument90 struct object_st *obj = vobj; in cleanup_object()130 static int raw_set_params(void *vobj, const OSSL_PARAM *params) in raw_set_params() argument132 struct object_st *obj = vobj; in raw_set_params()171 static int raw_get_params(void *vobj, OSSL_PARAM *params) in raw_get_params() argument173 struct object_st *obj = vobj; in raw_get_params()209 static int api_set_params(void *vobj, const OSSL_PARAM *params) in api_set_params() argument211 struct object_st *obj = vobj; in api_set_params()245 static int api_get_params(void *vobj, OSSL_PARAM *params) in api_get_params() argument247 struct object_st *obj = vobj; in api_get_params()
140 __emutls_get_address (void *vobj) in __emutls_get_address() argument142 struct __emutls_object *obj = vobj; in __emutls_get_address()206 __emutls_register_common (void *vobj, in __emutls_register_common() argument209 struct __emutls_object *obj = vobj; in __emutls_register_common()
9718 volatile int vobj;9720 vobj = 1;9724 Unless @var{*ptr} and @var{vobj} can be aliased, it is not guaranteed9726 of @var{vobj} happens. If you need this guarantee, you must use9731 volatile int vobj;9734 vobj = 1;9751 to the volatile object. For instance, there is no read of @var{vobj}9756 volatile int vobj;9757 vobj = @var{something};9758 obj = vobj = @var{something};[all …]
40943 volatile int vobj;40945 vobj = 1;40952 volatile int vobj;40955 vobj = 1;40973 volatile int vobj;40974 vobj = SOMETHING;40975 obj = vobj = SOMETHING;40976 obj ? vobj = ONETHING : vobj = ANOTHERTHING;40977 obj = (SOMETHING, vobj = ANOTHERTHING);56696 volatile int vobj;[all …]
274 @V@/gdb/gdbtk/generic/gdbtk-varobj.c @V@/gdb/gdbtk/generic/gdbtk-vobj.c