|
| bool | is_fixup_custom ('fixup_type_t' type) |
| |
| bool | get_fixup ('fixup_data_t' fd, ida_idaapi.ea_t source) |
| |
| bool | exists_fixup (ida_idaapi.ea_t source) |
| |
| None | set_fixup (ida_idaapi.ea_t source, 'fixup_data_t' fd) |
| |
| None | del_fixup (ida_idaapi.ea_t source) |
| |
| ida_idaapi.ea_t | get_first_fixup_ea () |
| |
| ida_idaapi.ea_t | get_next_fixup_ea (ida_idaapi.ea_t ea) |
| |
| ida_idaapi.ea_t | get_prev_fixup_ea (ida_idaapi.ea_t ea) |
| |
| 'fixup_handler_t const *' | get_fixup_handler ('fixup_type_t' type) |
| |
| int | get_fixup_value (ida_idaapi.ea_t ea, 'fixup_type_t' type) |
| |
| bool | patch_fixup_value (ida_idaapi.ea_t ea, 'fixup_data_t' fd) |
| |
| str | get_fixup_desc (ida_idaapi.ea_t source, 'fixup_data_t' fd) |
| |
| int | calc_fixup_size ('fixup_type_t' type) |
| |
| 'fixup_type_t' | find_custom_fixup (str name) |
| |
| bool | get_fixups ('fixups_t *' out, ida_idaapi.ea_t ea, 'asize_t' size) |
| |
| bool | contains_fixups (ida_idaapi.ea_t ea, 'asize_t' size) |
| |
| None | gen_fix_fixups (ida_idaapi.ea_t _from, ida_idaapi.ea_t to, 'asize_t' size) |
| |
| bool | handle_fixups_in_macro ('refinfo_t' ri, ida_idaapi.ea_t ea, 'fixup_type_t' other, int macro_reft_and_flags) |
| |