Home
last modified time | relevance | path

Searched refs:ctf_str_num_refs (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-string.c186 fp->ctf_str_num_refs++; in ctf_str_add_ref_internal()
224 fp->ctf_str_num_refs++; in ctf_str_add_ref_internal()
408 if (fp->ctf_str_num_refs > 0) in ctf_str_purge_refs()
410 fp->ctf_str_num_refs = 0; in ctf_str_purge_refs()
H A Dctf-util.c238 if (fp->ctf_str_num_refs > 0) in ctf_realloc()
241 (void *) fp, (unsigned long) fp->ctf_str_num_refs); in ctf_realloc()
H A Dctf-impl.h393 uint64_t ctf_str_num_refs; /* Number of refs to cts_str_atoms. */ member
H A Dctf-serialize.c986 if (!ctf_assert (fp, fp->ctf_str_num_refs == 0)) in ctf_serialize()
H A DChangeLog-20201595 (struct ctf_file): New members ctf_str_atoms and ctf_str_num_refs.
1630 if there are active ctf_str_num_refs.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-string.c184 fp->ctf_str_num_refs++; in ctf_str_add_ref_internal()
222 fp->ctf_str_num_refs++; in ctf_str_add_ref_internal()
406 if (fp->ctf_str_num_refs > 0) in ctf_str_purge_refs()
408 fp->ctf_str_num_refs = 0; in ctf_str_purge_refs()
H A Dctf-util.c238 if (fp->ctf_str_num_refs > 0) in ctf_realloc()
241 (void *) fp, (unsigned long) fp->ctf_str_num_refs); in ctf_realloc()
H A Dctf-impl.h393 uint64_t ctf_str_num_refs; /* Number of refs to cts_str_atoms. */ member
H A Dctf-serialize.c986 if (!ctf_assert (fp, fp->ctf_str_num_refs == 0)) in ctf_serialize()
H A DChangeLog-20201595 (struct ctf_file): New members ctf_str_atoms and ctf_str_num_refs.
1630 if there are active ctf_str_num_refs.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201595 (struct ctf_file): New members ctf_str_atoms and ctf_str_num_refs.
1630 if there are active ctf_str_num_refs.