Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/ld/
H A Dldexp.c147 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()
H A Dldlang.h518 extern void *stat_alloc
H A Dldlang.c118 stat_alloc (size_t size) in stat_alloc() function
353 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()
H A DChangeLog-9899986 exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
H A DChangeLog-91973246 * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldexp.c150 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()
H A Dldlang.h553 extern void *stat_alloc
H A Dldlang.c131 stat_alloc (size_t size) in stat_alloc() function
758 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_alloc
1752 = 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()
H A Dlexsup.c1454 seg = stat_alloc (sizeof (*seg)); in set_segment_start()
H A DChangeLog-9899986 exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
H A DChangeLog-91973246 * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
/openbsd/usr.sbin/nsd/
H A Dudb.c721 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;
H A Dudb.h306 uint64_t stat_alloc; member