Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Drecordmcount.h22 #undef is_fake_mcount
65 # define is_fake_mcount is_fake_mcount64 macro
98 # define is_fake_mcount is_fake_mcount32 macro
127 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount; variable
329 if (mcountsym == Elf_r_sym(relp) && !is_fake_mcount(relp)) { in sift_rel_mcount()
378 if (mcountsym == Elf_r_sym(relp) && !is_fake_mcount(relp)) { in nop_mcount()