Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2-frame-tailcall.c47 int refc; member
102 cache->refc = 1; in cache_new_ref1()
116 gdb_assert (cache->refc > 0); in cache_ref()
118 cache->refc++; in cache_ref()
127 gdb_assert (cache->refc > 0); in cache_unref()
129 if (!--cache->refc) in cache_unref()
H A Dgdb_bfd.c79 int refc; member
256 gdata->refc += 1; in gdb_bfd_ref()
264 gdata->refc = 1; in gdb_bfd_ref()
290 gdb_assert (gdata->refc >= 1); in gdb_bfd_unref()
292 gdata->refc -= 1; in gdb_bfd_unref()
293 if (gdata->refc > 0) in gdb_bfd_unref()
561 ui_out_field_int (uiout, "refcount", gdata->refc); in print_one_bfd()
H A Dopencl-lang.c145 int refc; member
161 c->refc = 1; in allocate_lval_closure()
337 ++c->refc; in lval_func_copy_closure()
347 --c->refc; in lval_func_free_closure()
349 if (c->refc == 0) in lval_func_free_closure()
H A Dbreakpoint.h327 int refc; member
H A Ddwarf2loc.c1337 int refc; member
1363 c->refc = 1; in allocate_piece_closure()
2064 ++c->refc; in copy_pieced_value_closure()
2074 --c->refc; in free_pieced_value_closure()
2075 if (c->refc == 0) in free_pieced_value_closure()
H A Dbreakpoint.c354 int refc; member
678 result->refc = 1; in alloc_counted_command_line()
689 ++cmd->refc; in incref_counted_command_line()
701 if (--(*cmdp)->refc == 0) in decref_counted_command_line()
6895 loc->refc = 1; in init_bp_location()
6918 ++bl->refc; in incref_bp_location()
6927 gdb_assert ((*blp)->refc > 0); in decref_bp_location()
6929 if (--(*blp)->refc == 0) in decref_bp_location()