Searched refs:DoThunk_siglongjmp (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libc/proxy/ |
D | setjmp_thunks.cc | 31 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
|
D | setjmp_thunks.h | 32 void DoThunk_siglongjmp(void* guest_buf, int value);
|
D | trampolines_riscv64_to_x86_64-inl.h | 95 …", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_siglongjmp)},
|
D | trampolines_arm64_to_x86_64-inl.h | 95 …", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_siglongjmp)},
|
D | trampolines_arm_to_x86-inl.h | 94 …", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_siglongjmp)},
|