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