Searched refs:OldWord (Results 1 – 1 of 1) sorted by relevance
38 unsigned *OldWord = (unsigned *)OldByte; in replaceMachineCodeForFunction() local40 unsigned OldAddr = (intptr_t)OldWord; in replaceMachineCodeForFunction()41 *OldWord = NewAddr - OldAddr - 4; // Emit PC-relative addr of New code. in replaceMachineCodeForFunction()