Searched refs:ctf_str_add (Results 1 – 13 of 13) sorted by relevance
/netbsd/external/gpl3/gdb/dist/libctf/ |
H A D | ctf-string.c | 117 ctf_str_add (fp, ""); in ctf_str_create_atoms() 218 ctf_str_add (ctf_file_t *fp, const char *str) in ctf_str_add() function
|
H A D | ctf-impl.h | 670 extern uint32_t ctf_str_add (ctf_file_t *, const char *);
|
H A D | ChangeLog | 861 (ctf_str_add): Returns uint32_t now. 872 (ctf_str_add): Return the offset, not the string. 1176 (ctf_str_add): Adjust accordingly. 1317 (ctf_str_add): Likewise.
|
/netbsd/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-string.c | 117 ctf_str_add (fp, ""); in ctf_str_create_atoms() 218 ctf_str_add (ctf_file_t *fp, const char *str) in ctf_str_add() function
|
H A D | ctf-impl.h | 430 extern uint32_t ctf_str_add (ctf_file_t *, const char *);
|
H A D | ChangeLog | 147 (ctf_str_add): Returns uint32_t now. 158 (ctf_str_add): Return the offset, not the string. 462 (ctf_str_add): Adjust accordingly. 603 (ctf_str_add): Likewise.
|
/netbsd/external/gpl3/gdb.old/dist/libctf/ |
H A D | ctf-string.c | 117 ctf_str_add (fp, ""); in ctf_str_create_atoms() 218 ctf_str_add (ctf_file_t *fp, const char *str) in ctf_str_add() function
|
H A D | ctf-impl.h | 670 extern uint32_t ctf_str_add (ctf_file_t *, const char *);
|
H A D | ChangeLog | 861 (ctf_str_add): Returns uint32_t now. 872 (ctf_str_add): Return the offset, not the string. 1176 (ctf_str_add): Adjust accordingly. 1317 (ctf_str_add): Likewise.
|
/netbsd/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-string.c | 125 ctf_str_add (fp, ""); in ctf_str_create_atoms() 242 ctf_str_add (ctf_dict_t *fp, const char *str) in ctf_str_add() function
|
H A D | ctf-impl.h | 725 extern uint32_t ctf_str_add (ctf_dict_t *, const char *);
|
H A D | ChangeLog | 256 (ctf_str_add): Adjust accordingly. 569 * ctf-string.c (ctf_str_add): Treat adding a NULL as adding "".
|
H A D | ChangeLog-2020 | 1144 (ctf_str_add): Returns uint32_t now. 1155 (ctf_str_add): Return the offset, not the string. 1459 (ctf_str_add): Adjust accordingly. 1600 (ctf_str_add): Likewise.
|