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

/freebsd-11.0-release/contrib/gcc/
H A Dgenattrtab.c281 #define oballoc(size) obstack_alloc (hash_obstack, size) macro
1292 av = oballoc (sizeof (struct attr_value));
1435 ie = oballoc (sizeof (struct insn_ent));
1566 new_ie = oballoc (sizeof (struct insn_ent));
2930 av = oballoc (sizeof (struct attr_value));
3074 id = oballoc (sizeof (struct insn_def));
3138 delay = oballoc (sizeof (struct delay_desc));
4215 attr = oballoc (sizeof (struct attr_desc));
4355 struct insn_reserv *decl = oballoc (sizeof (struct insn_reserv));
4396 b = oballoc (sizeo
[all...]

Completed in 107 milliseconds