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 37 struct Ebl_WStrent
41 struct Ebl_WStrent *next;
42 struct Ebl_WStrent *left;
43 struct Ebl_WStrent *right;
58 struct Ebl_WStrent *root;
65 struct Ebl_WStrent null;
135 static struct Ebl_WStrent *
138 struct Ebl_WStrent *newstr;
143 align = ((__alignof__ (struct Ebl_WStrent)
145 & (__alignof__ (struct Ebl_WStrent) - 1))
    [all...]
libebl.h 233 struct Ebl_WStrent;
242 extern struct Ebl_WStrent *ebl_wstrtabadd (struct Ebl_WStrtab *st,
250 extern size_t ebl_wstrtaboffset (struct Ebl_WStrent *se);

Completed in 34 milliseconds