Searched refs:_obstack_memory_used (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gdb/include/
H A Dobstack.h210 extern int _obstack_memory_used (struct obstack *);
216 extern int _obstack_memory_used ();
353 #define obstack_memory_used(h) _obstack_memory_used (h)
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dobstack.h203 extern int _obstack_memory_used (struct obstack *);
209 extern int _obstack_memory_used ();
347 #define obstack_memory_used(h) _obstack_memory_used (h)
H A Dobstack.c442 _obstack_memory_used (h)
439 _obstack_memory_used (h) function
/freebsd-10-stable/contrib/gcclibs/include/
H A Dobstack.h199 extern int _obstack_memory_used (struct obstack *);
296 #define obstack_memory_used(h) _obstack_memory_used (h)
/freebsd-10-stable/contrib/binutils/include/
H A Dobstack.h199 extern int _obstack_memory_used (struct obstack *);
296 #define obstack_memory_used(h) _obstack_memory_used (h)
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dobstack.c395 _obstack_memory_used (struct obstack *h)
392 _obstack_memory_used (struct obstack *h) function
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dobstack.c395 _obstack_memory_used (struct obstack *h)
392 _obstack_memory_used (struct obstack *h) function

Completed in 125 milliseconds