Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Ddl-profile.c491 volatile uint16_t *topcindex; in _dl_mcount() local
521 topcindex = &tos[i]; in _dl_mcount()
522 fromindex = *topcindex; in _dl_mcount()
540 topcindex = &fromp->link; in _dl_mcount()
559 if (*topcindex == 0) in _dl_mcount()
568 *topcindex = catomic_exchange_and_add (&fromidx, 1) + 1; in _dl_mcount()
569 fromp = &froms[*topcindex]; in _dl_mcount()
581 fromp = &froms[*topcindex]; in _dl_mcount()