Searched refs:kPcDisplacement (Results 1 – 5 of 5) sorted by relevance
48 static constexpr int32_t kPcDisplacement = 4; variable53 static constexpr uint32_t kMaxPositiveDisplacement = (1u << 24) - 2 + kPcDisplacement;54 static constexpr uint32_t kMaxNegativeDisplacement = (1u << 24) - kPcDisplacement;
40 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchCall()
31 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchPcRelativeReference()
43 static constexpr int32_t kPcDisplacement = 4; variable
44 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchCall()