Home
last modified time | relevance | path

Searched refs:Ebl_WStrent (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libebl/
Deblwstrtab.c52 struct Ebl_WStrent struct
56 struct Ebl_WStrent *next; argument
57 struct Ebl_WStrent *left; argument
58 struct Ebl_WStrent *right; argument
73 struct Ebl_WStrent *root; argument
80 struct Ebl_WStrent null;
150 static struct Ebl_WStrent *
153 struct Ebl_WStrent *newstr; in newstring()
158 align = ((__alignof__ (struct Ebl_WStrent) in newstring()
160 & (__alignof__ (struct Ebl_WStrent) - 1))) in newstring()
[all …]
Dlibebl.h325 struct Ebl_WStrent;
334 extern struct Ebl_WStrent *ebl_wstrtabadd (struct Ebl_WStrtab *st,
342 extern size_t ebl_wstrtaboffset (struct Ebl_WStrent *se);