package bap-powerpc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
BAP PowerPC lifter
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.4.0.tar.gz
sha256=63ada71fa4f602bd679174dc6bf780d54aeded40ad4ec20d256df15886e3d2d5
md5=b8b1aff8c6846f2213eafc54de07b304
doc/bap-powerpc/Bap_powerpc_target/index.html
Module Bap_powerpc_target
Declares some of the PowerPC targets.
More targets could be added without modifying this module. It is advised to inherit from one of the targets defined here to include the newly defined target into the powerpc family, though it is not strictly required.
val parent : Bap_core_theory.Theory.Target.tparent it the parent of all PowerPC.
No properties are set.
The PowerPC 32 family
val powerpc32bi : Bap_core_theory.Theory.Target.tThe bi-endian PowerPC32 (the parent)
val powerpc32eb : Bap_core_theory.Theory.Target.tThe bi-endian PowerPC32 (the parent)
The big endian PowerPC32
val powerpc32le : Bap_core_theory.Theory.Target.tThe big endian PowerPC32
The little endian PowerPC32
The PowerPC 64 family
val powerpc64bi : Bap_core_theory.Theory.Target.tThe bi-endian PowerPC64 (the parent)
val powerpc64eb : Bap_core_theory.Theory.Target.tThe bi-endian PowerPC64 (the parent)
The big endian PowerPC64
val powerpc64le : Bap_core_theory.Theory.Target.tThe big endian PowerPC64
The little endian PowerPC64
The PowerPC encodings
val llvm_powerpc32 : Bap_core_theory.Theory.languageval llvm_powerpc64 : Bap_core_theory.Theory.language sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page