Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/opcodes/
H A Dia64-gen.c70 #define tmalloc(X) (X *) xmalloc (sizeof (X)) macro
334 rdeps[rdepslen] = tmalloc(struct rdep); in insert_resource()
378 list = tmalloc (struct deplist); in insert_deplist()
426 pair = tmalloc (struct opdep); in insert_dependencies()
541 ics[ind] = tmalloc (struct iclass); in fetch_insn_class()
571 ics[ind]->subs = tmalloc(int); in fetch_insn_class()
1650 string_table[0] = tmalloc (struct string_entry); in insert_string()
1695 string_table[i] = tmalloc (struct string_entry); in insert_string()
1706 struct bittree *res = tmalloc (struct bittree); in make_bittree_entry()
1736 ent = (ent->nexte = tmalloc (struct disent));
[all …]