BBL_TYPE_INVALID |
illegal type, to indicate unknown type use BBL_TYPE_UNKNOWN instead |
BBL_TYPE_UBREAK |
break (no go) |
BBL_TYPE_CBREAK |
conditional break |
BBL_TYPE_STOP |
stop (no go) |
BBL_TYPE_UCALL_UNKNOWN |
(indirect) call to unknown target |
BBL_TYPE_UCALL_FUN |
call to known target |
BBL_TYPE_UCALL_OS |
os call |
BBL_TYPE_CCALL_OS |
conditional os call |
BBL_TYPE_CCALL_UNKNOWN |
conditonal (indirect) call to unknown target |
BBL_TYPE_CCALL_FUN |
conditonal call to known target |
BBL_TYPE_NORMAL |
fallthrough bbl |
BBL_TYPE_CBRANCH |
conditional branch |
BBL_TYPE_UBRANCH |
unconditional branch |
BBL_TYPE_COUNTED |
conditional branch (counted) |
BBL_TYPE_SWPIPELINED |
conditional branch (counted,register rotation) |
BBL_TYPE_CHECK |
check |
BBL_TYPE_PREFETCH |
prefetch |
BBL_TYPE_UJUMP |
jump |
BBL_TYPE_UJUMP_DYNLINK |
jump into the dynamic linker (in .plt) |
BBL_TYPE_UJUMP_THUNK |
call of dynamically linked code |
BBL_TYPE_UJUMP_TRAMPOLINE |
jump through a trampoline |
BBL_TYPE_UBRANCH_TRAMPOLINE |
jump through a trampoline |
BBL_TYPE_CJUMP |
conditional jump |
BBL_TYPE_CJUMP_SWITCH |
conditional jump |
BBL_TYPE_STUB |
jump bbl that implements a shared lib stub |
BBL_TYPE_URETURN |
return |
BBL_TYPE_CRETURN |
conditional return |
BBL_TYPE_DATA |
data -- NB: data entries must be contiguous. see BBL_IsData |
BBL_TYPE_DATA_IADDR |
data -- pin IADDR for ip relative branch on em64t |
BBL_TYPE_DATA_ARGBLOCK |
data -- pin argument block for VM |
BBL_TYPE_DATA_SWITCH1 |
data |
BBL_TYPE_DATA_LAST |
data |
BBL_TYPE_CONTAINER |
initial container |
BBL_TYPE_UNKNOWN |
unknown type |
BBL_TYPE_VMSVC |
vm service request |
BBL_TYPE_LOOKUP |
indirect hash table lookup code |
BBL_TYPE_EMU_FT |
invoke pin emulator on instruction with a fall through path |