Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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;
529 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); in sift_rel_mcount()
/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.pl173 my $mcount_adjust; # Address adjustment to mcount offset
228 $mcount_adjust = 0;
235 $mcount_adjust = -1;
245 $mcount_adjust = -1;
256 $mcount_adjust = 0;
259 $mcount_adjust = -14;
575 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); in sift_rel_mcount()

Completed in 4 milliseconds