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

  /src/external/bsd/nsd/dist/
udb.h 306 uint64_t stat_alloc; member in struct:udb_alloc_d
  /src/external/gpl3/binutils/dist/ld/
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...]
  /src/external/gpl3/binutils.old/dist/ld/
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...]

Completed in 34 milliseconds