Searched refs:ctf_str_add_ref (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-serialize.c | 425 ctf_str_add_ref (fp, sym_name, dpp++); in emit_symtypetab_index() 828 ctf_str_add_ref (fp, name, &copied->ctt_name); in ctf_emit_type_sect() 829 ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name); in ctf_emit_type_sect() 872 ctf_str_add_ref (fp, name, &dtd_vlen[i].ctlm_name); in ctf_emit_type_sect() 879 ctf_str_add_ref (fp, name, &t_vlen[i].ctm_name); in ctf_emit_type_sect() 884 ctf_str_add_ref (fp, name, &t_lvlen[i].ctlm_name); in ctf_emit_type_sect() 905 ctf_str_add_ref (fp, name, &t_vlen[i].cte_name); in ctf_emit_type_sect() 906 ctf_str_add_ref (fp, name, &dtd_vlen[i].cte_name); in ctf_emit_type_sect() 1036 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname); in ctf_serialize() 1038 ctf_str_add_ref (fp, fp->ctf_cuname, &hdrp->cth_cuname); in ctf_serialize() [all …]
|
H A D | ctf-string.c | 262 ctf_str_add_ref (ctf_dict_t *fp, const char *str, uint32_t *ref) in ctf_str_add_ref() function
|
H A D | ChangeLog-2020 | 1145 (ctf_str_add_ref): Likewise. 1156 (ctf_str_add_ref): Likewise. 1195 from dtd_name to using ctf_str_add_ref to populate the ctt_name. 1449 (ctf_str_add_ref): Name the last arg. 1460 (ctf_str_add_ref): Likewise. Move up in the file. 1601 (ctf_str_add_ref): Likewise. 1611 strtab by calling ctf_str_add_ref and ctf_str_write_strtab after the 1617 (ctf_copy_smembers): Drop the string offset: call ctf_str_add_ref
|
H A D | ctf-impl.h | 726 extern uint32_t ctf_str_add_ref (ctf_dict_t *, const char *, uint32_t *ref);
|
H A D | ChangeLog | 283 with ctf_str_add_ref before serialization. Ensure that the 591 (ctf_str_add_ref): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-serialize.c | 425 ctf_str_add_ref (fp, sym_name, dpp++); in emit_symtypetab_index() 828 ctf_str_add_ref (fp, name, &copied->ctt_name); in ctf_emit_type_sect() 829 ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name); in ctf_emit_type_sect() 872 ctf_str_add_ref (fp, name, &dtd_vlen[i].ctlm_name); in ctf_emit_type_sect() 879 ctf_str_add_ref (fp, name, &t_vlen[i].ctm_name); in ctf_emit_type_sect() 884 ctf_str_add_ref (fp, name, &t_lvlen[i].ctlm_name); in ctf_emit_type_sect() 905 ctf_str_add_ref (fp, name, &t_vlen[i].cte_name); in ctf_emit_type_sect() 906 ctf_str_add_ref (fp, name, &dtd_vlen[i].cte_name); in ctf_emit_type_sect() 1036 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname); in ctf_serialize() 1038 ctf_str_add_ref (fp, fp->ctf_cuname, &hdrp->cth_cuname); in ctf_serialize() [all …]
|
H A D | ctf-string.c | 260 ctf_str_add_ref (ctf_dict_t *fp, const char *str, uint32_t *ref) in ctf_str_add_ref() function
|
H A D | ChangeLog-2020 | 1145 (ctf_str_add_ref): Likewise. 1156 (ctf_str_add_ref): Likewise. 1195 from dtd_name to using ctf_str_add_ref to populate the ctt_name. 1449 (ctf_str_add_ref): Name the last arg. 1460 (ctf_str_add_ref): Likewise. Move up in the file. 1601 (ctf_str_add_ref): Likewise. 1611 strtab by calling ctf_str_add_ref and ctf_str_write_strtab after the 1617 (ctf_copy_smembers): Drop the string offset: call ctf_str_add_ref
|
H A D | ctf-impl.h | 726 extern uint32_t ctf_str_add_ref (ctf_dict_t *, const char *, uint32_t *ref);
|
H A D | ChangeLog | 262 with ctf_str_add_ref before serialization. Ensure that the 570 (ctf_str_add_ref): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1145 (ctf_str_add_ref): Likewise. 1156 (ctf_str_add_ref): Likewise. 1195 from dtd_name to using ctf_str_add_ref to populate the ctt_name. 1449 (ctf_str_add_ref): Name the last arg. 1460 (ctf_str_add_ref): Likewise. Move up in the file. 1601 (ctf_str_add_ref): Likewise. 1611 strtab by calling ctf_str_add_ref and ctf_str_write_strtab after the 1617 (ctf_copy_smembers): Drop the string offset: call ctf_str_add_ref
|