Searched refs:glue (Results 1 – 3 of 3) sorted by relevance
43 struct glue { struct44 struct glue *next; argument50 __LIBC32_LEGACY_PUBLIC__ extern struct glue __sglue; argument
98 struct glue __sglue = { NULL, 3, __sF };99 static struct glue* lastglue = &__sglue;114 static glue* moreglue(int n) { in moreglue()117 char* data = new char[sizeof(glue) + ALIGNBYTES + n * sizeof(FILE) + n * sizeof(__sfileext)]; in moreglue()120 glue* g = reinterpret_cast<glue*>(data); in moreglue()141 struct glue *g; in __sfp()
44 struct glue *g; in _fwalk()