Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FPUnwind ¶ added in v18.1.0
func FPUnwind()
FPUnwind does frame pointer unwinding. It is implemented in assembly. If frame pointers are broken, it will crash. It is currently only implemented for arm64
func GetDataType ¶
func IntsToBitsLSB ¶
IntsToBitsLSB encodes ints as LSB 0 bit numbering per https://en.wikipedia.org/wiki/Bit_numbering#LSB_0_bit_numbering The low bit of each nibble is tested, therefore integers should be written as 8-digit hex numbers consisting of 1s or 0s.
IntsToBitsLSB(0x11001010) -> 0x35
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.