Searched refs:stat_alloc (Results 1 – 13 of 13) sorted by relevance
147 etree_type *new = stat_alloc (sizeof (new->value)); in exp_intop()158 etree_type *new = stat_alloc (sizeof (new->value)); in exp_bigintop()171 etree_type *new = stat_alloc (sizeof (new->rel)); in exp_relop()777 new = stat_alloc (sizeof (new->binary)); in exp_binop()796 new = stat_alloc (sizeof (new->trinary)); in exp_trinop()815 new = stat_alloc (sizeof (new->unary)); in exp_unop()833 new = stat_alloc (sizeof (new->name)); in exp_nameop()854 new = stat_alloc (sizeof (new->assign)); in exp_assop()866 n = stat_alloc (sizeof (n->assign)); in exp_provide()881 n = stat_alloc (sizeof (n->assert_s)); in exp_assert()
518 extern void *stat_alloc
118 stat_alloc (size_t size) in stat_alloc() function353 new = stat_alloc (size); in new_statement()381 p = stat_alloc (sizeof (lang_input_statement_type)); in new_afile()555 new = stat_alloc (sizeof (lang_memory_region_type)); in lang_memory_region_lookup()730 new = stat_alloc (sizeof (section_userdata_type)); in init_os()2022 stat_alloc (sizeof (ldlang_undef_chain_list_type)); in ldlang_add_undef()2700 pad = stat_alloc (sizeof (lang_padding_statement_type)); in insert_pad()4674 n = stat_alloc (sizeof (struct lang_phdr)); in lang_new_phdr()
986 exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
3246 * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
150 etree_type *new = stat_alloc (sizeof (new->value)); in exp_intop()161 etree_type *new = stat_alloc (sizeof (new->value)); in exp_bigintop()174 etree_type *new = stat_alloc (sizeof (new->rel)); in exp_relop()806 new = stat_alloc (sizeof (new->binary)); in exp_binop()825 new = stat_alloc (sizeof (new->trinary)); in exp_trinop()842 new = stat_alloc (sizeof (new->unary)); in exp_unop()860 new = stat_alloc (sizeof (new->name)); in exp_nameop()871 new = stat_alloc (sizeof (new->assign)); in exp_assop()886 n = stat_alloc (sizeof (n->assign)); in exp_provide()902 n = stat_alloc (sizeof (n->assert_s)); in exp_assert()
553 extern void *stat_alloc
131 stat_alloc (size_t size) in stat_alloc() function758 new = stat_alloc (size); in new_statement()786 p = stat_alloc (sizeof (lang_input_statement_type)); in new_afile()1033 new = stat_alloc (sizeof (lang_memory_region_type)); in lang_memory_region_lookup()1690 = ((fat_section_userdata_type *) (stat_alloc1752 = stat_alloc (sizeof (fat_section_userdata_type)); in init_os()2961 stat_alloc (sizeof (ldlang_undef_chain_list_type)); in ldlang_add_undef()3929 pad = stat_alloc (sizeof (lang_padding_statement_type)); in insert_pad()5965 n = stat_alloc (sizeof (struct lang_phdr)); in lang_new_phdr()
1454 seg = stat_alloc (sizeof (*seg)); in set_segment_start()
721 regen->stat_alloc += xlsz;734 regen->stat_alloc += esz;1102 alloc->disk->stat_alloc += esz;1228 alloc->disk->stat_alloc += xlsz;1313 alloc->disk->stat_alloc += (1<<exp);1338 alloc->disk->stat_alloc += (1<<exp);1735 alloc->disk->stat_alloc -= xlsz;1802 alloc->disk->stat_alloc -= esz;
306 uint64_t stat_alloc; member