Home
last modified time | relevance | path

Searched refs:copystrings (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libebl/
Deblwstrtab.c299 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) in copystrings() function
304 copystrings (nodep->left, freep, offsetp); in copystrings()
319 copystrings (nodep->right, freep, offsetp); in copystrings()
350 copystrings (st->root, &endp, &copylen); in ebl_wstrtabfinalize()
Deblstrtab.c292 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) in copystrings() function
295 copystrings (nodep->left, freep, offsetp); in copystrings()
310 copystrings (nodep->right, freep, offsetp); in copystrings()
340 copystrings (st->root, &endp, &copylen); in ebl_strtabfinalize()
Deblgstrtab.c305 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) in copystrings() function
310 copystrings (nodep->left, freep, offsetp); in copystrings()
325 copystrings (nodep->right, freep, offsetp); in copystrings()
356 copystrings (st->root, &endp, &copylen); in ebl_gstrtabfinalize()
DChangeLog228 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings