Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblwstrtab.c71 struct Ebl_WStrtab struct
89 struct Ebl_WStrtab * argument
92 struct Ebl_WStrtab *ret; in ebl_wstrtabinit()
100 ret = (struct Ebl_WStrtab *) calloc (1, sizeof (struct Ebl_WStrtab)); in ebl_wstrtabinit()
115 morememory (struct Ebl_WStrtab *st, size_t len) in morememory()
135 ebl_wstrtabfree (struct Ebl_WStrtab *st) in ebl_wstrtabfree()
151 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in newstring()
221 ebl_wstrtabadd (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) in ebl_wstrtabadd()
324 ebl_wstrtabfinalize (struct Ebl_WStrtab *st, Elf_Data *data) in ebl_wstrtabfinalize()
Dlibebl.h324 struct Ebl_WStrtab;
328 extern struct Ebl_WStrtab *ebl_wstrtabinit (bool nullstr);
331 extern void ebl_wstrtabfree (struct Ebl_WStrtab *st);
334 extern struct Ebl_WStrent *ebl_wstrtabadd (struct Ebl_WStrtab *st,
339 extern void ebl_wstrtabfinalize (struct Ebl_WStrtab *st, Elf_Data *data);
/external/elfutils/src/
Dldgeneric.c4901 struct Ebl_WStrtab *mergestrtab; in ld_generic_create_outfile()