OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ebl_GStrent
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libebl/
eblgstrtab.c
71
struct
Ebl_GStrent
75
struct
Ebl_GStrent
*next;
76
struct
Ebl_GStrent
*left;
77
struct
Ebl_GStrent
*right;
93
struct
Ebl_GStrent
*root;
101
struct
Ebl_GStrent
null;
175
static struct
Ebl_GStrent
*
179
size_t align = ((__alignof__ (struct
Ebl_GStrent
)
181
& (__alignof__ (struct
Ebl_GStrent
) - 1)))
182
& (__alignof__ (struct
Ebl_GStrent
) - 1))
[
all
...]
libebl.h
308
struct
Ebl_GStrent
;
317
extern struct
Ebl_GStrent
*ebl_gstrtabadd (struct Ebl_GStrtab *st,
325
extern size_t ebl_gstrtaboffset (struct
Ebl_GStrent
*se);
Completed in 617 milliseconds