Home
last modified time | relevance | path

Searched refs:ctf_syn_ext_strtab (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-string.c38 && fp->ctf_syn_ext_strtab != NULL) in ctf_strraw_explicit()
39 return ctf_dynhash_lookup (fp->ctf_syn_ext_strtab, in ctf_strraw_explicit()
326 if (!fp->ctf_syn_ext_strtab) in ctf_str_add_external()
327 fp->ctf_syn_ext_strtab = ctf_dynhash_create (ctf_hash_integer, in ctf_str_add_external()
330 if (!fp->ctf_syn_ext_strtab) in ctf_str_add_external()
336 if (ctf_dynhash_insert (fp->ctf_syn_ext_strtab, in ctf_str_add_external()
574 ctf_dynhash_destroy (fp->ctf_syn_ext_strtab); in ctf_str_write_strtab()
575 fp->ctf_syn_ext_strtab = NULL; in ctf_str_write_strtab()
H A Dctf-serialize.c1105 0, NULL, 0, fp->ctf_syn_ext_strtab, in ctf_serialize()
1148 nfp->ctf_syn_ext_strtab = fp->ctf_syn_ext_strtab; in ctf_serialize()
1195 fp->ctf_syn_ext_strtab = NULL; in ctf_serialize()
H A DChangeLog-2020166 (ctf_str_write_strtab): Migrate ctf_syn_ext_strtab population from
1448 (ctf_file_t) <ctf_syn_ext_strtab>: Likewise.
1456 (ctf_strraw): ... here, with new support for ctf_syn_ext_strtab.
1466 ctf_syn_ext_strtab. Make OOM handling less ugly.
1469 new ctf_sort_var arg. Adjust for ctf_syn_ext_strtab addition.
1476 (ctf_file_close): Destroy the ctf_syn_ext_strtab.
1482 ctf_syn_ext_strtab.
H A Dctf-impl.h382 ctf_dynhash_t *ctf_syn_ext_strtab; /* Maps ext-strtab offsets to names. */ member
H A Dctf-hash.c798 && fp->ctf_syn_ext_strtab == NULL in ctf_hash_insert_type()
H A Dctf-open.c1638 fp->ctf_syn_ext_strtab = syn_strtab; in ctf_bufopen_internal()
1819 ctf_dynhash_destroy (fp->ctf_syn_ext_strtab); in ctf_dict_close()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-string.c38 && fp->ctf_syn_ext_strtab != NULL) in ctf_strraw_explicit()
39 return ctf_dynhash_lookup (fp->ctf_syn_ext_strtab, in ctf_strraw_explicit()
324 if (!fp->ctf_syn_ext_strtab) in ctf_str_add_external()
325 fp->ctf_syn_ext_strtab = ctf_dynhash_create (ctf_hash_integer, in ctf_str_add_external()
328 if (!fp->ctf_syn_ext_strtab) in ctf_str_add_external()
334 if (ctf_dynhash_insert (fp->ctf_syn_ext_strtab, in ctf_str_add_external()
572 ctf_dynhash_destroy (fp->ctf_syn_ext_strtab); in ctf_str_write_strtab()
573 fp->ctf_syn_ext_strtab = NULL; in ctf_str_write_strtab()
H A Dctf-serialize.c1105 0, NULL, 0, fp->ctf_syn_ext_strtab, in ctf_serialize()
1148 nfp->ctf_syn_ext_strtab = fp->ctf_syn_ext_strtab; in ctf_serialize()
1195 fp->ctf_syn_ext_strtab = NULL; in ctf_serialize()
H A DChangeLog-2020166 (ctf_str_write_strtab): Migrate ctf_syn_ext_strtab population from
1448 (ctf_file_t) <ctf_syn_ext_strtab>: Likewise.
1456 (ctf_strraw): ... here, with new support for ctf_syn_ext_strtab.
1466 ctf_syn_ext_strtab. Make OOM handling less ugly.
1469 new ctf_sort_var arg. Adjust for ctf_syn_ext_strtab addition.
1476 (ctf_file_close): Destroy the ctf_syn_ext_strtab.
1482 ctf_syn_ext_strtab.
H A Dctf-impl.h382 ctf_dynhash_t *ctf_syn_ext_strtab; /* Maps ext-strtab offsets to names. */ member
H A Dctf-hash.c798 && fp->ctf_syn_ext_strtab == NULL in ctf_hash_insert_type()
H A Dctf-open.c1637 fp->ctf_syn_ext_strtab = syn_strtab; in ctf_bufopen_internal()
1818 ctf_dynhash_destroy (fp->ctf_syn_ext_strtab); in ctf_dict_close()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020166 (ctf_str_write_strtab): Migrate ctf_syn_ext_strtab population from
1448 (ctf_file_t) <ctf_syn_ext_strtab>: Likewise.
1456 (ctf_strraw): ... here, with new support for ctf_syn_ext_strtab.
1466 ctf_syn_ext_strtab. Make OOM handling less ugly.
1469 new ctf_sort_var arg. Adjust for ctf_syn_ext_strtab addition.
1476 (ctf_file_close): Destroy the ctf_syn_ext_strtab.
1482 ctf_syn_ext_strtab.