Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/
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;
529 push(@offsets, (hex $1) + $mcount_adjust);
Drecordmcount.h24 #undef mcount_adjust
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); in sift_rel_mcount()