BinCodeModeMarker Type
Represents a marker indicating the instruction-set encoding (or data) that takes effect at a given address, for architectures that interleave encodings within a section (notably ARM and Thumb, marked by the ELF $a/$t/$d mapping symbols).
Record fields
| Record Field |
Description
|
Address at which the marked region begins.
|
|
|
Encoding mode effective from this address onward.
|
B2R2