Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dtramp-x86.c282 x86_call_code (code, mono_get_lmf_addr); in mono_arch_create_generic_trampoline()
330 x86_call_code (code, tramp); in mono_arch_create_generic_trampoline()
350 x86_call_code (code, (guint8*)mono_thread_force_interruption_checkpoint_noraise); in mono_arch_create_generic_trampoline()
600 x86_call_code (code, (guint8*)func); in mono_arch_invalidate_method()
721 x86_call_code (code, debugger_agent_single_step_from_context); in mono_arch_create_sdb_trampoline()
723 x86_call_code (code, debugger_agent_breakpoint_from_context); in mono_arch_create_sdb_trampoline()
H A Dexceptions-x86.c102 x86_call_code (code, mono_domain_get); in mono_win32_get_handle_stackoverflow()
110 x86_call_code (code, mono_arch_handle_exception); in mono_win32_get_handle_stackoverflow()
664x86_call_code (code, resume_unwind ? (gpointer)(mono_x86_resume_unwind) : (corlib ? (gpointer)mono… in get_throw_trampoline()
H A Dtramp-x86-gsharedvt.c163 x86_call_code (code, mono_x86_start_gsharedvt_call); in mono_arch_get_gsharedvt_trampoline()
H A Dmini-x86.c1666 x86_call_code (code, 0); in mono_arch_instrument_prolog()
1773 x86_call_code (code, 0); in mono_arch_instrument_epilog_full()
1857 x86_call_code (code, 0); in emit_call()
5460 x86_call_code (code, 0); in mono_arch_emit_exceptions()
/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dx86-codegen.h1595 #define x86_call_code(inst,target) \ macro
H A Damd64-codegen.h678 #define amd64_call_code_size(inst,target,size) do { x86_call_code((inst),(target)); } while (0)
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dx86-codegen.h1595 #define x86_call_code(inst,target) \ macro
H A Damd64-codegen.h678 #define amd64_call_code_size(inst,target,size) do { x86_call_code((inst),(target)); } while (0)
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h1871 #define x86_call_code(inst,target) \ macro
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A Damd64-codegen.h1322 #define amd64_call_code_size(inst,target,size) do { x86_call_code((inst),(target)); } while (0)