Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Ddl-profile.c561 unsigned int newarc = catomic_exchange_and_add (narcsp, 1); in _dl_mcount() local
565 if (newarc >= fromlimit) in _dl_mcount()
571 fromp->here = &data[newarc]; in _dl_mcount()
572 data[newarc].from_pc = frompc; in _dl_mcount()
573 data[newarc].self_pc = selfpc; in _dl_mcount()
574 data[newarc].count = 0; in _dl_mcount()
/glibc-2.36/ChangeLog.old/
DChangeLog.1312497 * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,