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

/freebsd-9.3-release/contrib/gcc/
H A Dgenattrtab.c281 #define oballoc(size) obstack_alloc (hash_obstack, size) macro
1291 av = oballoc (sizeof (struct attr_value));
1434 ie = oballoc (sizeof (struct insn_ent));
1565 new_ie = oballoc (sizeof (struct insn_ent));
2929 av = oballoc (sizeof (struct attr_value));
3073 id = oballoc (sizeof (struct insn_def));
3137 delay = oballoc (sizeof (struct delay_desc));
4214 attr = oballoc (sizeof (struct attr_desc));
4354 struct insn_reserv *decl = oballoc (sizeof (struct insn_reserv));
4395 b = oballoc (sizeo
[all...]

Completed in 102 milliseconds