/external/elfutils/libebl/ |
eblstrtab.c | 308 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) function 311 copystrings (nodep->left, freep, offsetp); 326 copystrings (nodep->right, freep, offsetp); 355 copystrings (st->root, &endp, ©len);
|
eblgstrtab.c | 326 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) function 331 copystrings (nodep->left, freep, offsetp); 346 copystrings (nodep->right, freep, offsetp); 377 copystrings (st->root, &endp, ©len);
|
eblwstrtab.c | 320 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) function 325 copystrings (nodep->left, freep, offsetp); 340 copystrings (nodep->right, freep, offsetp); 371 copystrings (st->root, &endp, ©len);
|