xmlReallocLoc    8087 third_party/libxml/src/elfgcchack.h #undef xmlReallocLoc
xmlReallocLoc    8088 third_party/libxml/src/elfgcchack.h extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
xmlReallocLoc    8090 third_party/libxml/src/elfgcchack.h #ifndef xmlReallocLoc
xmlReallocLoc    8091 third_party/libxml/src/elfgcchack.h extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
xmlReallocLoc    8092 third_party/libxml/src/elfgcchack.h #define xmlReallocLoc xmlReallocLoc__internal_alias
xmlReallocLoc     163 third_party/libxml/src/include/libxml/xmlmemory.h 	xmlReallocLoc	(void *ptr, size_t size, const char *file, int line);
xmlReallocLoc     199 third_party/libxml/src/include/libxml/xmlmemory.h #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
xmlReallocLoc     394 third_party/libxml/src/xmlmemory.c     return(xmlReallocLoc(ptr, size, "none", 0));