Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblwstrtab.c37 struct Ebl_WStrent struct
41 struct Ebl_WStrent *next; argument
42 struct Ebl_WStrent *left; argument
43 struct Ebl_WStrent *right; argument
58 struct Ebl_WStrent *root; argument
65 struct Ebl_WStrent null;
135 static struct Ebl_WStrent *
138 struct Ebl_WStrent *newstr; in newstring()
143 align = ((__alignof__ (struct Ebl_WStrent) in newstring()
145 & (__alignof__ (struct Ebl_WStrent) - 1))) in newstring()
[all …]
Dlibebl.h233 struct Ebl_WStrent;
242 extern struct Ebl_WStrent *ebl_wstrtabadd (struct Ebl_WStrtab *st,
250 extern size_t ebl_wstrtaboffset (struct Ebl_WStrent *se);