Home
last modified time | relevance | path

Searched refs:Ebl_WStrtab (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libebl/
Deblwstrtab.c56 struct Ebl_WStrtab struct
74 struct Ebl_WStrtab * argument
77 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()
Dlibebl.h232 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);
/external/elfutils/src/
Dldgeneric.c4224 struct Ebl_WStrtab *mergestrtab; in ld_generic_create_outfile()