Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Drecordmcount.h349 unsigned mcountsym = 0; in get_mcountsym() local
362 mcountsym = Elf_r_sym(relp); in get_mcountsym()
364 return mcountsym; in get_mcountsym()
411 unsigned mcountsym = 0; in sift_rel_mcount() local
417 if (!mcountsym) in sift_rel_mcount()
418 mcountsym = get_mcountsym(sym0, relp, str0); in sift_rel_mcount()
420 if (mcountsym && mcountsym == Elf_r_sym(relp) && in sift_rel_mcount()
458 unsigned mcountsym = 0; in nop_mcount() local
467 if (!mcountsym) in nop_mcount()
468 mcountsym = get_mcountsym(sym0, relp, str0); in nop_mcount()
[all …]