Searched refs:UnalignedAddress (Results 1 – 3 of 3) sorted by relevance
114 typedef __attribute__((__aligned__(1))) uint32_t UnalignedAddress; in TEST_F() typedef115 *reinterpret_cast<UnalignedAddress*>(expected.data() + location) += delta; in TEST_F()
123 typedef __attribute__((__aligned__(1))) Address UnalignedAddress; in Patch() typedef124 auto* to_patch = reinterpret_cast<UnalignedAddress*>(buffer->data() + location); in Patch()
1444 typedef __attribute__((__aligned__(1))) Elf_Addr UnalignedAddress; in ApplyOatPatches() typedef1449 *reinterpret_cast<UnalignedAddress*>(to_patch) += delta; in ApplyOatPatches()