|
IDA SDK
|
Variables | |
| uint8 | fixup_handler_t::size |
| size in bytes | |
| uint8 | fixup_handler_t::width |
| number of significant bits before shifting | |
| uint8 | fixup_handler_t::shift |
| number of bits to shift right before patching. More... | |
| uint8 | fixup_handler_t::rsrv4 |
| uint32 | fixup_handler_t::reftype |
| reference info type and flags, std_apply() produces an offset of this type | |
| uint8 fixup_handler_t::shift |
number of bits to shift right before patching.
The following should be true: `width - shift <= size * 8'
1.8.9.1