Searched refs:Ebl_WStrtab (Results 1 – 3 of 3) sorted by relevance
56 struct Ebl_WStrtab struct74 struct Ebl_WStrtab * argument77 struct Ebl_WStrtab *ret; in ebl_wstrtabinit()85 ret = (struct Ebl_WStrtab *) calloc (1, sizeof (struct Ebl_WStrtab)); in ebl_wstrtabinit()100 morememory (struct Ebl_WStrtab *st, size_t len) in morememory()120 ebl_wstrtabfree (struct Ebl_WStrtab *st) in ebl_wstrtabfree()136 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in newstring()206 ebl_wstrtabadd (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in ebl_wstrtabadd()309 ebl_wstrtabfinalize (struct Ebl_WStrtab *st, Elf_Data *data) in ebl_wstrtabfinalize()
232 struct Ebl_WStrtab;236 extern struct Ebl_WStrtab *ebl_wstrtabinit (bool nullstr);239 extern void ebl_wstrtabfree (struct Ebl_WStrtab *st);242 extern struct Ebl_WStrent *ebl_wstrtabadd (struct Ebl_WStrtab *st,247 extern void ebl_wstrtabfinalize (struct Ebl_WStrtab *st, Elf_Data *data);
4224 struct Ebl_WStrtab *mergestrtab; in ld_generic_create_outfile()