Searched refs:DebugPatch32 (Results 1 – 2 of 2) sorted by relevance
731 struct DebugPatch32 : public Patch { struct732 DebugPatch32(uint32_t O, uint32_t V) in DebugPatch32() function912 delete reinterpret_cast<DebugPatch32 *>(P); in operator()
776 DebugPatches.emplace_back(new DebugPatch32(Offset, NewValue)); in addLE32Patch()976 DebugPatch32 *P32 = reinterpret_cast<DebugPatch32 *>(P); in patchBinary()