Home
last modified time | relevance | path

Searched refs:FirstAddress (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_AArch64.cc65 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.Address); in patchSled() local
66 uint32_t *CurAddress = FirstAddress + 1; in patchSled()
81 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled()
85 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled()
88 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
H A Dxray_arm.cc106 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.Address); in patchSled() local
107 uint32_t *CurAddress = FirstAddress + 1; in patchSled()
118 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled()
122 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled()
125 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()