Files
binutils-gdb/libctf
Nick Alcock e46a02ef2e libctf, include, binutils: rationalize CTF dict model, cuname, parent names
The names of these functions are historical and inconsistent with other
functions in the API: they relate to dict-wide properties but are not in
the ctf_dict_* namespace, and some of them take ints that could be
enums.

Fix all of these:

ctf_cuname -> ctf_dict_cuname
ctf_cuname_set -> ctf_dict_set_cuname
ctf_parent_dict -> ctf_dict_parent
ctf_parent_name -> ctf_dict_parent_name
ctf_parent_name_set -> ctf_dict_set_parent_name
ctf_setmodel -> ctf_dict_set_model
ctf_getmodel -> ctf_dict_model
ctf_setspecific -> ctf_dict_specific_set
ctf_getspecific -> ctf_dict_specific
2025-12-09 13:02:32 +00:00
..
2025-07-13 08:35:45 +01:00
2021-01-05 14:53:40 +00:00
2025-08-07 22:14:49 +09:30
2025-10-30 14:18:51 +00:00
2025-10-30 14:24:57 +00:00
2025-10-30 14:24:57 +00:00
2025-12-09 13:02:29 +00:00