HomeSort by: relevance | last modified time | path
    Searched refs:stat_alloc (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldgram.y 546 n = stat_alloc (sizeof *n);
564 n = stat_alloc (sizeof *n);
585 n = stat_alloc (sizeof *n);
598 tmp = stat_alloc (sizeof *tmp);
607 tmp = stat_alloc (sizeof *tmp);
618 tmp = stat_alloc (sizeof *tmp);
627 tmp = stat_alloc (sizeof *tmp);
929 n = stat_alloc (sizeof *n);
938 n = stat_alloc (sizeof *n);
1228 n = stat_alloc (sizeof *n)
    [all...]
ldexp.c 203 etree_type *new_e = stat_alloc (sizeof (new_e->value));
216 etree_type *new_e = stat_alloc (sizeof (new_e->value));
231 etree_type *new_e = stat_alloc (sizeof (new_e->rel));
1332 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->binary),
1352 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->trinary),
1371 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->unary),
1390 etree_type *new_e = stat_alloc (sizeof (new_e->name));
1409 n = stat_alloc (sizeof (n->assign));
1451 n = stat_alloc (sizeof (n->assert_s));
1633 fill = stat_alloc ((len + 1) / 2 + sizeof (*fill) - 1)
    [all...]
ldgram.c 3896 n = stat_alloc (sizeof *n);
3917 n = stat_alloc (sizeof *n);
3938 n = stat_alloc (sizeof *n);
3951 tmp = stat_alloc (sizeof *tmp);
3962 tmp = stat_alloc (sizeof *tmp);
3973 tmp = stat_alloc (sizeof *tmp);
3984 tmp = stat_alloc (sizeof *tmp);
4351 n = stat_alloc (sizeof *n);
4363 n = stat_alloc (sizeof *n);
4919 n = stat_alloc (sizeof *n)
    [all...]
ldlang.h 652 extern void *stat_alloc
ldlang.c 185 stat_alloc (size_t size) function
223 char *new_str = stat_alloc (length + 1);
783 node = stat_alloc (sizeof (*node));
1168 new_stmt = stat_alloc (size);
1482 new_region = stat_alloc (sizeof (lang_memory_region_type));
1538 n = stat_alloc (sizeof (lang_memory_region_name));
2485 ud = stat_alloc (sizeof (*ud));
3032 entry = stat_alloc (sizeof (*entry));
4080 new_undef = stat_alloc (sizeof (*new_undef));
4161 ptr = stat_alloc (sizeof (*ptr))
    [all...]
plugin.c 1124 my_tv = stat_alloc ((max_args + 1 + tv_header_size) * sizeof (*my_tv));
lexsup.c 2106 seg = stat_alloc (sizeof (*seg));
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.y 546 n = stat_alloc (sizeof *n);
564 n = stat_alloc (sizeof *n);
585 n = stat_alloc (sizeof *n);
598 tmp = stat_alloc (sizeof *tmp);
607 tmp = stat_alloc (sizeof *tmp);
618 tmp = stat_alloc (sizeof *tmp);
627 tmp = stat_alloc (sizeof *tmp);
929 n = stat_alloc (sizeof *n);
938 n = stat_alloc (sizeof *n);
1228 n = stat_alloc (sizeof *n)
    [all...]
ldexp.c 203 etree_type *new_e = stat_alloc (sizeof (new_e->value));
216 etree_type *new_e = stat_alloc (sizeof (new_e->value));
231 etree_type *new_e = stat_alloc (sizeof (new_e->rel));
1332 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->binary),
1352 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->trinary),
1371 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->unary),
1390 etree_type *new_e = stat_alloc (sizeof (new_e->name));
1409 n = stat_alloc (sizeof (n->assign));
1451 n = stat_alloc (sizeof (n->assert_s));
1633 fill = stat_alloc ((len + 1) / 2 + sizeof (*fill) - 1)
    [all...]
ldgram.c 3244 n = stat_alloc (sizeof *n);
3266 n = stat_alloc (sizeof *n);
3288 n = stat_alloc (sizeof *n);
3302 tmp = stat_alloc (sizeof *tmp);
3314 tmp = stat_alloc (sizeof *tmp);
3326 tmp = stat_alloc (sizeof *tmp);
3338 tmp = stat_alloc (sizeof *tmp);
3762 n = stat_alloc (sizeof *n);
3775 n = stat_alloc (sizeof *n);
4432 n = stat_alloc (sizeof *n)
    [all...]
ldlang.h 665 extern void *stat_alloc
ldlang.c 187 stat_alloc (size_t size) function
225 char *new_str = stat_alloc (length + 1);
783 node = stat_alloc (sizeof (*node));
1187 new_stmt = stat_alloc (size);
1501 new_region = stat_alloc (sizeof (lang_memory_region_type));
1557 n = stat_alloc (sizeof (lang_memory_region_name));
2512 ud = stat_alloc (sizeof (*ud));
3049 entry = stat_alloc (sizeof (*entry));
4097 new_undef = stat_alloc (sizeof (*new_undef));
4178 ptr = stat_alloc (sizeof (*ptr))
    [all...]
plugin.c 1125 my_tv = stat_alloc ((max_args + 1 + tv_header_size) * sizeof (*my_tv));
lexsup.c 2117 seg = stat_alloc (sizeof (*seg));
  /src/external/bsd/nsd/dist/
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;
udb.h 306 uint64_t stat_alloc; member in struct:udb_alloc_d

Completed in 41 milliseconds