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

/linux-master/scripts/
H A Drecordmcount.h21 #undef is_fake_mcount macro
74 # define is_fake_mcount is_fake_mcount64 macro
112 # define is_fake_mcount is_fake_mcount32 macro
141 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount; variable
426 !is_fake_mcount(relp)) {
475 if (mcountsym == Elf_r_sym(relp) && !is_fake_mcount(relp)) {

Completed in 90 milliseconds