Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-hash.c39 ctf_hash_free_fun value_free; member
46 ctf_hash_free_fun value_free; member
118 if (helem->value_free && helem->value) in ctf_dynhash_item_free()
119 helem->value_free (helem->value); in ctf_dynhash_item_free()
125 ctf_hash_free_fun key_free, ctf_hash_free_fun value_free) in ctf_dynhash_create() argument
142 dynhash->value_free = value_free; in ctf_dynhash_create()
157 ctf_hash_free_fun value_free) in ctf_hashtab_insert() argument
179 if (value_free) in ctf_hashtab_insert()
180 value_free ((*slot)->value); in ctf_hashtab_insert()
193 hp->key_free, hp->value_free); in ctf_dynhash_insert()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dvalue.c1223 value_free (struct value *val) in value_free() function
1235 value_free (val->parent); in value_free()
1263 value_free (val); in value_free_to_mark()
1282 value_free (val); in free_all_values()
1298 value_free (v); in free_value_chain()
2051 value_free (var->u.value); in clear_internalvar()
H A Dfindvar.c789 value_free (value); in address_from_register()
H A Dvalue.h864 extern void value_free (struct value *val);
H A Dopencl-lang.c351 value_free (c->val); /* Decrement the reference counter of the value. */ in lval_func_free_closure()
H A Dvarobj.c1843 value_free (var->value); in install_new_value()
2527 value_free (var->value); in free_variable()
H A Dbreakpoint.c1777 value_free (b->val); in update_watchpoint()
1961 value_free (v); in update_watchpoint()
3804 value_free (w->val); in breakpoint_init_inferior()
4070 value_free (bs->old_val); in bpstat_free()
4233 value_free (bs->old_val); in bpstat_clear_actions()
10375 value_free (w->val); in dtor_watchpoint()
14966 value_free (wp->val); in invalidate_bp_value_on_memory_change()
H A Dframe.c886 value_free (value); in frame_register_unwind()
H A Ddwarf2loc.c1223 value_free (target_val); in entry_data_value_free_closure()
2081 value_free (c->pieces[i].v.value); in free_pieced_value_closure()
H A Dprintcmd.c891 value_free (last_examine_value); in do_examine()
H A Dutils.c474 value_free (value); in do_value_free()
H A Ddwarf2read.c7515 value_free (v); in dwarf2_compute_name()
/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui-regs.c748 value_free (old_val); in tui_get_register()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-value.c94 value_free (self->value); in valpy_dealloc()