Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.pl169 my $mcount_adjust; # Address adjustment to mcount offset
224 $mcount_adjust = 0;
231 $mcount_adjust = -1;
241 $mcount_adjust = -1;
252 $mcount_adjust = 0;
255 $mcount_adjust = -14;
378 $mcount_adjust = -4;
552 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
332 _w(_w(relp->r_offset) - recval + mcount_adjust); in sift_rel_mcount()