HomeSort by relevance Sort by last modified time
    Searched refs:Ebl_WStrent (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libebl/
eblwstrtab.c 73 struct Ebl_WStrent
77 struct Ebl_WStrent *next;
78 struct Ebl_WStrent *left;
79 struct Ebl_WStrent *right;
94 struct Ebl_WStrent *root;
101 struct Ebl_WStrent null;
171 static struct Ebl_WStrent *
174 struct Ebl_WStrent *newstr;
179 align = ((__alignof__ (struct Ebl_WStrent)
181 & (__alignof__ (struct Ebl_WStrent) - 1))
    [all...]
libebl.h 286 struct Ebl_WStrent;
295 extern struct Ebl_WStrent *ebl_wstrtabadd (struct Ebl_WStrtab *st,
303 extern size_t ebl_wstrtaboffset (struct Ebl_WStrent *se);

Completed in 98 milliseconds