Searched refs:Ebl_WStrtab (Results 1 – 3 of 3) sorted by relevance
92 struct Ebl_WStrtab struct110 struct Ebl_WStrtab * argument113 struct Ebl_WStrtab *ret; in ebl_wstrtabinit()121 ret = (struct Ebl_WStrtab *) calloc (1, sizeof (struct Ebl_WStrtab)); in ebl_wstrtabinit()136 morememory (struct Ebl_WStrtab *st, size_t len) in morememory()156 ebl_wstrtabfree (struct Ebl_WStrtab *st) in ebl_wstrtabfree()172 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in newstring()242 ebl_wstrtabadd (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in ebl_wstrtabadd()345 ebl_wstrtabfinalize (struct Ebl_WStrtab *st, Elf_Data *data) in ebl_wstrtabfinalize()
285 struct Ebl_WStrtab;289 extern struct Ebl_WStrtab *ebl_wstrtabinit (bool nullstr);292 extern void ebl_wstrtabfree (struct Ebl_WStrtab *st);295 extern struct Ebl_WStrent *ebl_wstrtabadd (struct Ebl_WStrtab *st,300 extern void ebl_wstrtabfinalize (struct Ebl_WStrtab *st, Elf_Data *data);
4911 struct Ebl_WStrtab *mergestrtab; in ld_generic_create_outfile()