Searched refs:obstack_alloc_failed_handler (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dobstack.c88 jump to the handler pointed to by `obstack_alloc_failed_handler'.
94 void (*obstack_alloc_failed_handler) (void) = print_and_abort; variable
141 Return nonzero if successful, calls obstack_alloc_failed_handler if
179 (*obstack_alloc_failed_handler) ();
227 (*obstack_alloc_failed_handler) ();
264 (*obstack_alloc_failed_handler) ();
H A Dobstack.h203 extern void (*obstack_alloc_failed_handler) (void);
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dobstack.c77 jump to the handler pointed to by `obstack_alloc_failed_handler'.
81 void (*obstack_alloc_failed_handler) (void) = print_and_abort; variable
175 (*obstack_alloc_failed_handler) ();
221 (*obstack_alloc_failed_handler) ();
256 (*obstack_alloc_failed_handler) ();
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dobstack.h243 extern void (*obstack_alloc_failed_handler) (void);

Completed in 199 milliseconds