Searched refs:ctf_str_move_pending (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ChangeLog | 195 ctf_str_move_pending. Add the member names as pending strings. 221 (ctf_str_move_pending): Declare. 223 (ctf_str_move_pending): New. 231 it as needed, repointing string refs via ctf_str_move_pending. Add
|
H A D | ctf-string.c | 295 ctf_str_move_pending (ctf_dict_t *fp, uint32_t *new_ref, ptrdiff_t bytes) in ctf_str_move_pending() function
|
H A D | ctf-impl.h | 728 extern int ctf_str_move_pending (ctf_dict_t *, uint32_t *, ptrdiff_t);
|
H A D | ctf-create.c | 1088 ctf_str_move_pending (fp, &en[i].cte_name, move); in ctf_add_enumerator() 1152 ctf_str_move_pending (fp, &memb[i].ctlm_name, move); in ctf_add_member_offset()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-string.c | 297 ctf_str_move_pending (ctf_dict_t *fp, uint32_t *new_ref, ptrdiff_t bytes) in ctf_str_move_pending() function
|
H A D | ChangeLog | 216 ctf_str_move_pending. Add the member names as pending strings. 242 (ctf_str_move_pending): Declare. 244 (ctf_str_move_pending): New. 252 it as needed, repointing string refs via ctf_str_move_pending. Add
|
H A D | ctf-impl.h | 728 extern int ctf_str_move_pending (ctf_dict_t *, uint32_t *, ptrdiff_t);
|
H A D | ctf-create.c | 1098 ctf_str_move_pending (fp, &en[i].cte_name, move); in ctf_add_enumerator() 1177 ctf_str_move_pending (fp, &memb[i].ctlm_name, move); in ctf_add_member_offset()
|