Searched refs:ctf_strraw_explicit (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-string.c | 27 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab) in ctf_strraw_explicit() function 64 return ctf_strraw_explicit (fp, name, NULL); in ctf_strraw()
|
H A D | ctf-serialize.c | 935 return (strcmp (ctf_strraw_explicit (arg->fp, one->ctv_name, arg->strtab), in ctf_sort_var() 936 ctf_strraw_explicit (arg->fp, two->ctv_name, arg->strtab))); in ctf_sort_var()
|
H A D | ctf-impl.h | 721 extern const char *ctf_strraw_explicit (ctf_dict_t *, uint32_t,
|
H A D | ChangeLog-2020 | 1147 * ctf-string.c (ctf_strraw_explicit): Check the ctf_prov_strtab 1455 * ctf-string.c (ctf_strraw_explicit): Split from... 1471 (ctf_sort_var): Call ctf_strraw_explicit rather than looking up
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-string.c | 27 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab) in ctf_strraw_explicit() function 64 return ctf_strraw_explicit (fp, name, NULL); in ctf_strraw()
|
H A D | ctf-serialize.c | 935 return (strcmp (ctf_strraw_explicit (arg->fp, one->ctv_name, arg->strtab), in ctf_sort_var() 936 ctf_strraw_explicit (arg->fp, two->ctv_name, arg->strtab))); in ctf_sort_var()
|
H A D | ctf-impl.h | 721 extern const char *ctf_strraw_explicit (ctf_dict_t *, uint32_t,
|
H A D | ChangeLog-2020 | 1147 * ctf-string.c (ctf_strraw_explicit): Check the ctf_prov_strtab 1455 * ctf-string.c (ctf_strraw_explicit): Split from... 1471 (ctf_sort_var): Call ctf_strraw_explicit rather than looking up
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1147 * ctf-string.c (ctf_strraw_explicit): Check the ctf_prov_strtab 1455 * ctf-string.c (ctf_strraw_explicit): Split from... 1471 (ctf_sort_var): Call ctf_strraw_explicit rather than looking up
|