Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 3 of 3) sorted by relevance

/elf/
A Dtst-dlsym-error.c26 static int counter; variable
32 ++counter; in test_one()
34 snprintf (symbol, sizeof (symbol), "no_such_symbol_%d", counter); in test_one()
A Ddl-tls.c379 dtv[0].counter = dtv_length; in allocate_dtv()
489 size_t oldsize = dtv[-1].counter; in _dl_resize_dtv()
511 newp[0].counter = newsize; in _dl_resize_dtv()
538 if (dtv[-1].counter < GL(dl_tls_max_dtv_idx)) in _dl_allocate_tls_init()
612 dtv[0].counter = maxgen; in _dl_allocate_tls_init()
788 if (gen <= dtv[0].counter) in _dl_update_slotinfo()
795 if (dtv[-1].counter < modid) in _dl_update_slotinfo()
803 assert (modid <= dtv[-1].counter); in _dl_update_slotinfo()
836 dtv[0].counter = new_gen; in _dl_update_slotinfo()
942 if (__glibc_unlikely (dtv[0].counter != gen)) in rtld_hidden_def()
[all …]
A Ddl-reloc.c114 if (__builtin_expect (THREAD_DTV()[0].counter != GL(dl_tls_generation), in _dl_try_allocate_static_tls()

Completed in 7 milliseconds