mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
21 lines
469 B
Python
21 lines
469 B
Python
{
|
|
"vcreate_helper" : [
|
|
("va_copy", ("arg4", "temp")),
|
|
],
|
|
"vcall_helper" : [
|
|
("va_copy", ("arg4", "temp")),
|
|
],
|
|
"Hexrays_Callback" : [
|
|
("va_copy", ("arg3", "temp")),
|
|
],
|
|
"SwigDirector_microcode_filter_t::match" : [
|
|
("acquire_gil", True)
|
|
],
|
|
"SwigDirector_microcode_filter_t::apply" : [
|
|
("acquire_gil", True)
|
|
],
|
|
"SwigDirector_udc_filter_t::match" : [
|
|
("acquire_gil", True)
|
|
],
|
|
}
|