Home
last modified time | relevance | path

Searched refs:total (Results 1 – 4 of 4) sorted by relevance

/elf/
A Ddl-hwcaps.c196 size_t total = (hwcaps_counts.count * (strlen (GLIBC_HWCAPS_PREFIX) + 1) in _dl_important_hwcaps() local
233 total += temp[0].len + 1; in _dl_important_hwcaps()
236 total += temp[0].len + temp[cnt - 1].len + 2; in _dl_important_hwcaps()
239 total <<= 1; in _dl_important_hwcaps()
241 total += temp[n].len + 1; in _dl_important_hwcaps()
244 || total + (sizeof (*result) << 3) in _dl_important_hwcaps()
249 total <<= cnt - 3; in _dl_important_hwcaps()
259 = malloc (*sz * sizeof (*result) + total); in _dl_important_hwcaps()
A Ddl-tls.c531 size_t total = 0; in _dl_allocate_tls_init() local
555 for (cnt = total == 0 ? 1 : 0; cnt < listp->len; ++cnt) in _dl_allocate_tls_init()
561 if (total + cnt > GL(dl_tls_max_dtv_idx)) in _dl_allocate_tls_init()
581 assert (map->l_tls_modid == total + cnt); in _dl_allocate_tls_init()
602 total += cnt; in _dl_allocate_tls_init()
603 if (total > GL(dl_tls_max_dtv_idx)) in _dl_allocate_tls_init()
764 size_t total = 0; in _dl_update_slotinfo() local
772 for (size_t cnt = total == 0 ? 1 : 0; cnt < listp->len; ++cnt) in _dl_update_slotinfo()
774 size_t modid = total + cnt; in _dl_update_slotinfo()
822 total += listp->len; in _dl_update_slotinfo()
[all …]
A Ddl-load.c391 size_t total; in expand_dynamic_string_token() local
402 total = DL_DST_REQUIRED (l, input, strlen (input), cnt); in expand_dynamic_string_token()
405 result = (char *) malloc (total + 1); in expand_dynamic_string_token()
A Drtld.c2861 hp_timing_t total) in print_statistics_item() argument
2867 char *cp = _itoa ((1000ULL * time) / total, relative + sizeof (relative), in print_statistics_item()

Completed in 12 milliseconds