Searched refs:ctf_str_add_external (Results 1 – 17 of 17) sorted by relevance
/netbsd/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-link.c | 642 if (!ctf_str_add_external (fp, arg->str, arg->offset)) in ctf_link_intern_extern_string() 665 if (!ctf_str_add_external (fp, str, offset)) in ctf_link_add_strtab()
|
H A D | ChangeLog | 149 (ctf_str_add_external): Now returns a boolean (int). 160 (ctf_str_add_external): Return a success integer. 254 ctf_str_add_external return value. 453 (ctf_str_add_external) New. 464 (ctf_str_add_external): New: update the csa_offset.
|
H A D | ctf-impl.h | 432 extern int ctf_str_add_external (ctf_file_t *, const char *, uint32_t offset);
|
H A D | ctf-string.c | 251 ctf_str_add_external (ctf_file_t *fp, const char *str, uint32_t offset) in ctf_str_add_external() function
|
/netbsd/external/gpl3/gdb/dist/libctf/ |
H A D | ctf-string.c | 251 ctf_str_add_external (ctf_file_t *fp, const char *str, uint32_t offset) in ctf_str_add_external() function
|
H A D | ctf-impl.h | 672 extern int ctf_str_add_external (ctf_file_t *, const char *, uint32_t offset);
|
H A D | ctf-link.c | 1562 if (!ctf_str_add_external (fp, arg->str, arg->offset)) in ctf_link_intern_extern_string() 1585 if (!ctf_str_add_external (fp, str, offset)) in ctf_link_add_strtab()
|
H A D | ChangeLog | 863 (ctf_str_add_external): Now returns a boolean (int). 874 (ctf_str_add_external): Return a success integer. 968 ctf_str_add_external return value. 1167 (ctf_str_add_external) New. 1178 (ctf_str_add_external): New: update the csa_offset.
|
/netbsd/external/gpl3/gdb.old/dist/libctf/ |
H A D | ctf-string.c | 251 ctf_str_add_external (ctf_file_t *fp, const char *str, uint32_t offset) in ctf_str_add_external() function
|
H A D | ctf-impl.h | 672 extern int ctf_str_add_external (ctf_file_t *, const char *, uint32_t offset);
|
H A D | ctf-link.c | 1562 if (!ctf_str_add_external (fp, arg->str, arg->offset)) in ctf_link_intern_extern_string() 1585 if (!ctf_str_add_external (fp, str, offset)) in ctf_link_add_strtab()
|
H A D | ChangeLog | 863 (ctf_str_add_external): Now returns a boolean (int). 874 (ctf_str_add_external): Return a success integer. 968 ctf_str_add_external return value. 1167 (ctf_str_add_external) New. 1178 (ctf_str_add_external): New: update the csa_offset.
|
/netbsd/external/gpl3/binutils/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.
|