Home
last modified time | relevance | path

Searched refs:res_obstack (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Dwindmc.c85 static struct obstack res_obstack; variable
170 obstack_init (&res_obstack); in res_init()
177 return (void *) obstack_alloc (&res_obstack, (size_t) bytes); in res_alloc()