Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dsetjmp_thunks.cc31 DoThunk_siglongjmp(guest_buf, value); in DoThunk__longjmp()
40 DoThunk_siglongjmp(guest_buf, value); in DoThunk_longjmp()
46 void DoThunk_siglongjmp(void* guest_buf, int value) { in DoThunk_siglongjmp() function
Dsetjmp_thunks.h32 void DoThunk_siglongjmp(void* guest_buf, int value);
Dtrampolines_riscv64_to_x86_64-inl.h95 …", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_siglongjmp)},
Dtrampolines_arm64_to_x86_64-inl.h95 …", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_siglongjmp)},
Dtrampolines_arm_to_x86-inl.h94 …", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_siglongjmp)},