Searched refs:copystrings (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/libebl/ |
D | eblwstrtab.c | 320 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) in copystrings() function 325 copystrings (nodep->left, freep, offsetp); in copystrings() 340 copystrings (nodep->right, freep, offsetp); in copystrings() 371 copystrings (st->root, &endp, ©len); in ebl_wstrtabfinalize()
|
D | eblstrtab.c | 308 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) in copystrings() function 311 copystrings (nodep->left, freep, offsetp); in copystrings() 326 copystrings (nodep->right, freep, offsetp); in copystrings() 355 copystrings (st->root, &endp, ©len); in ebl_strtabfinalize()
|
D | eblgstrtab.c | 326 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) in copystrings() function 331 copystrings (nodep->left, freep, offsetp); in copystrings() 346 copystrings (nodep->right, freep, offsetp); in copystrings() 377 copystrings (st->root, &endp, ©len); in ebl_gstrtabfinalize()
|