Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp40 PersonalityFn* real_personality, GetGRFn* get_gr, in __hwasan_personality_wrapper() argument
56 uptr fp = get_gr(context, 6); // rbp in __hwasan_personality_wrapper()
58 uptr fp = get_gr(context, 29); // x29 in __hwasan_personality_wrapper()
60 uptr fp = get_gr(context, 8); // x8 in __hwasan_personality_wrapper()