Searched refs:unaligned_int32_t (Results 1 – 3 of 3) sorted by relevance
34 typedef __attribute__((__aligned__(1))) int32_t unaligned_int32_t; in PatchPcRelativeReference() typedef35 reinterpret_cast<unaligned_int32_t*>(&(*code)[patch.LiteralOffset()])[0] = displacement; in PatchPcRelativeReference()
53 typedef __attribute__((__aligned__(1))) int32_t unaligned_int32_t; in PatchCall() typedef54 reinterpret_cast<unaligned_int32_t*>(&(*code)[literal_offset])[0] = displacement; in PatchCall()
142 typedef const int32_t unaligned_int32_t __attribute__ ((aligned (1))); in PrintLiteral() typedef149 0, 0, 0, 0, sizeof(uint8_t), sizeof(unaligned_uint16_t), sizeof(unaligned_int32_t), in PrintLiteral()177 const int32_t value = *reinterpret_cast<unaligned_int32_t*>(literal_addr); in PrintLiteral()