Searched refs:stat_alloc (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldexp.c | 203 etree_type *new_e = stat_alloc (sizeof (new_e->value)); in exp_intop() 216 etree_type *new_e = stat_alloc (sizeof (new_e->value)); in exp_bigintop() 231 etree_type *new_e = stat_alloc (sizeof (new_e->rel)); in exp_relop() 1332 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->binary), in exp_binop() 1352 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->trinary), in exp_trinop() 1371 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->unary), in exp_unop() 1390 etree_type *new_e = stat_alloc (sizeof (new_e->name)); in exp_nameop() 1409 n = stat_alloc (sizeof (n->assign)); in exp_assop() 1451 n = stat_alloc (sizeof (n->assert_s)); in exp_assert()
|
| H A D | ldlang.h | 660 extern void *stat_alloc
|
| H A D | ldlang.c | 175 stat_alloc (size_t size) in stat_alloc() function 1130 new_stmt = stat_alloc (size); in new_statement() 1423 new_region = stat_alloc (sizeof (lang_memory_region_type)); in lang_memory_region_lookup() 1479 n = stat_alloc (sizeof (lang_memory_region_name)); in lang_memory_region_alias() 2406 ud = stat_alloc (sizeof (*ud)); in sort_def_symbol() 3957 new_undef = stat_alloc (sizeof (*new_undef)); in ldlang_add_undef() 4038 ptr = stat_alloc (sizeof (*ptr)); in ldlang_add_require_defined() 5414 pad = stat_alloc (sizeof (lang_padding_statement_type)); in insert_pad() 8043 sym = stat_alloc (sizeof (*sym)); in lang_add_gc_name() 8898 n = stat_alloc (sizeof (struct lang_phdr)); in lang_new_phdr()
|
| H A D | lexsup.c | 2115 seg = stat_alloc (sizeof (*seg)); in set_segment_start()
|
| H A D | ChangeLog-9899 | 986 exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
|
| H A D | ChangeLog-2019 | 1243 stat_alloc return value.
|
| H A D | ChangeLog-9197 | 3246 * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldexp.c | 202 etree_type *new_e = stat_alloc (sizeof (new_e->value)); in exp_intop() 215 etree_type *new_e = stat_alloc (sizeof (new_e->value)); in exp_bigintop() 230 etree_type *new_e = stat_alloc (sizeof (new_e->rel)); in exp_relop() 1310 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->binary), in exp_binop() 1330 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->trinary), in exp_trinop() 1349 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->unary), in exp_unop() 1368 etree_type *new_e = stat_alloc (sizeof (new_e->name)); in exp_nameop() 1387 n = stat_alloc (sizeof (n->assign)); in exp_assop() 1429 n = stat_alloc (sizeof (n->assert_s)); in exp_assert()
|
| H A D | ldlang.h | 644 extern void *stat_alloc
|
| H A D | ldlang.c | 167 stat_alloc (size_t size) in stat_alloc() function 1092 new_stmt = stat_alloc (size); in new_statement() 1372 new_region = stat_alloc (sizeof (lang_memory_region_type)); in lang_memory_region_lookup() 1428 n = stat_alloc (sizeof (lang_memory_region_name)); in lang_memory_region_alias() 2366 ud = stat_alloc (sizeof (*ud)); in sort_def_symbol() 3998 new_undef = stat_alloc (sizeof (*new_undef)); in ldlang_add_undef() 4079 ptr = stat_alloc (sizeof (*ptr)); in ldlang_add_require_defined() 5341 pad = stat_alloc (sizeof (lang_padding_statement_type)); in insert_pad() 7992 sym = stat_alloc (sizeof (*sym)); in lang_add_gc_name() 8671 n = stat_alloc (sizeof (struct lang_phdr)); in lang_new_phdr()
|
| H A D | lexsup.c | 2008 seg = stat_alloc (sizeof (*seg)); in set_segment_start()
|
| H A D | ChangeLog-9899 | 986 exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
|
| H A D | ChangeLog-2019 | 1243 stat_alloc return value.
|
| H A D | ChangeLog-9197 | 3246 * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | udb.c | 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;
|
| H A D | udb.h | 306 uint64_t stat_alloc; member
|