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

/linux-master/scripts/
H A Drecordmcount.pl173 my $mcount_adjust; # Address adjustment to mcount offset
195 $mcount_adjust = 0;
202 $mcount_adjust = -1;
212 $mcount_adjust = -1;
223 $mcount_adjust = 0;
522 push(@offsets, (hex $1) + $mcount_adjust);
H A Drecordmcount.h24 #undef mcount_adjust macro
77 # define mcount_adjust mcount_adjust_64 macro
115 # define mcount_adjust mcount_adjust_32 macro
155 static int mcount_adjust = 0; variable
428 _w(_w(relp->r_offset) - recval + mcount_adjust);

Completed in 121 milliseconds