Home
last modified time | relevance | path

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

/scripts/
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;
571 push(@offsets, (hex $1) + $mcount_adjust);
Drecordmcount.h24 #undef mcount_adjust
67 # define mcount_adjust mcount_adjust_64 macro
100 # define mcount_adjust mcount_adjust_32 macro
140 static int mcount_adjust = 0; variable
344 _w(_w(relp->r_offset) - recval + mcount_adjust); in sift_rel_mcount()