Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Drecordmcount.pl168 my $mcount_adjust; # Address adjustment to mcount offset
223 $mcount_adjust = 0;
230 $mcount_adjust = -1;
240 $mcount_adjust = -1;
251 $mcount_adjust = 0;
254 $mcount_adjust = -14;
555 push(@offsets, (hex $1) + $mcount_adjust);
Drecordmcount.h25 #undef mcount_adjust
68 # define mcount_adjust mcount_adjust_64 macro
101 # define mcount_adjust mcount_adjust_32 macro
141 static int mcount_adjust = 0; variable
331 _w(_w(relp->r_offset) - recval + mcount_adjust); in sift_rel_mcount()