Searched refs:ctf_str_add_external (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-string.c | 313 ctf_str_add_external (ctf_dict_t *fp, const char *str, uint32_t offset) in ctf_str_add_external() function
|
H A D | ctf-impl.h | 729 extern int ctf_str_add_external (ctf_dict_t *, const char *, uint32_t offset);
|
H A D | ChangeLog-2020 | 168 (ctf_str_add_external): ... to string addition time. 1146 (ctf_str_add_external): Now returns a boolean (int). 1157 (ctf_str_add_external): Return a success integer. 1251 ctf_str_add_external return value. 1450 (ctf_str_add_external) New. 1461 (ctf_str_add_external): New: update the csa_offset.
|
H A D | ctf-link.c | 1572 if (!ctf_str_add_external (fp, arg->str, arg->offset)) in ctf_link_intern_extern_string() 1595 if (!ctf_str_add_external (fp, str, offset)) in ctf_link_add_strtab()
|
H A D | ChangeLog | 278 (ctf_str_add_external): Likewise. 592 (ctf_str_add_external): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-string.c | 311 ctf_str_add_external (ctf_dict_t *fp, const char *str, uint32_t offset) in ctf_str_add_external() function
|
H A D | ctf-impl.h | 729 extern int ctf_str_add_external (ctf_dict_t *, const char *, uint32_t offset);
|
H A D | ChangeLog-2020 | 168 (ctf_str_add_external): ... to string addition time. 1146 (ctf_str_add_external): Now returns a boolean (int). 1157 (ctf_str_add_external): Return a success integer. 1251 ctf_str_add_external return value. 1450 (ctf_str_add_external) New. 1461 (ctf_str_add_external): New: update the csa_offset.
|
H A D | ctf-link.c | 1559 if (!ctf_str_add_external (fp, arg->str, arg->offset)) in ctf_link_intern_extern_string() 1582 if (!ctf_str_add_external (fp, str, offset)) in ctf_link_add_strtab()
|
H A D | ChangeLog | 257 (ctf_str_add_external): Likewise. 571 (ctf_str_add_external): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 168 (ctf_str_add_external): ... to string addition time. 1146 (ctf_str_add_external): Now returns a boolean (int). 1157 (ctf_str_add_external): Return a success integer. 1251 ctf_str_add_external return value. 1450 (ctf_str_add_external) New. 1461 (ctf_str_add_external): New: update the csa_offset.
|