Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/ld/
Dldexp.c153 etree_type *new = stat_alloc (sizeof (new->value)); in exp_intop()
165 etree_type *new = stat_alloc (sizeof (new->value)); in exp_bigintop()
179 etree_type *new = stat_alloc (sizeof (new->rel)); in exp_relop()
854 new = stat_alloc (sizeof (new->binary)); in exp_binop()
874 new = stat_alloc (sizeof (new->trinary)); in exp_trinop()
892 new = stat_alloc (sizeof (new->unary)); in exp_unop()
911 new = stat_alloc (sizeof (new->name)); in exp_nameop()
922 new = stat_alloc (sizeof (new->assign)); in exp_assop()
938 n = stat_alloc (sizeof (n->assign)); in exp_provide()
955 n = stat_alloc (sizeof (n->assert_s)); in exp_assert()
Dldlang.h568 extern void *stat_alloc
Dldlang.c130 stat_alloc (size_t size) in stat_alloc() function
880 new = stat_alloc (size); in new_statement()
908 p = stat_alloc (sizeof (lang_input_statement_type)); in new_afile()
1162 new = stat_alloc (sizeof (lang_memory_region_type)); in lang_memory_region_lookup()
1824 = ((fat_section_userdata_type *) (stat_alloc
1889 = stat_alloc (sizeof (fat_section_userdata_type)); in init_os()
3063 stat_alloc (sizeof (ldlang_undef_chain_list_type)); in ldlang_add_undef()
4025 pad = stat_alloc (sizeof (lang_padding_statement_type)); in insert_pad()
6207 n = stat_alloc (sizeof (struct lang_phdr)); in lang_new_phdr()
Dlexsup.c1522 seg = stat_alloc (sizeof (*seg)); in set_segment_start()
DChangeLog-9899986 exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
DChangeLog-91973246 * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
/freebsd-10-stable/contrib/apr/memory/unix/
Dapr_pools.c524 unsigned int stat_alloc; member
1276 pool->stat_alloc, pool->stat_total_alloc, pool->stat_clear); in apr_pool_log_event()
1491 pool->stat_alloc++; in pool_alloc()
1583 pool->stat_alloc = 0; in pool_clear_debug()