Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.type.CallingConventionName
Packages that use CallingConventionName
Package
Description
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec
).-
Uses of CallingConventionName in com.pnfsoftware.jeb.core.units.code.asm.type
Fields in com.pnfsoftware.jeb.core.units.code.asm.type declared as CallingConventionNameModifier and TypeFieldDescriptionstatic final CallingConventionName
CallingConventionName.ARM_A32
Standard Arm convention.static final CallingConventionName
CallingConventionName.ARM_A32_HF
Standard Arm convention, using hardware registers for floating point parameters.static final CallingConventionName
CallingConventionName.ARM_A64
Standard Arm 64-bit (aarch64 / arm v8) convention.static final CallingConventionName
CallingConventionName.CDECL
Standard cdecl, a common alias used for common C conventions.static final CallingConventionName
CallingConventionName.FASTCALL
Microsoft fast-call convention.static final CallingConventionName
CallingConventionName.MIPS_N32
Modern Mips 32-bit convention.static final CallingConventionName
CallingConventionName.MIPS_N64
Standard Mips 64-bit convention.static final CallingConventionName
CallingConventionName.MIPS_O32
Legacy Mips 32-bit convention.static final CallingConventionName
CallingConventionName.STDCALL
Microsoft standard call convention for win32.static final CallingConventionName
CallingConventionName.SYSVAMD64
Amd64 convention used on System-V (*nix).static final CallingConventionName
CallingConventionName.THISCALL
The standard C++ convention.static final CallingConventionName
CallingConventionName.UNKNOWN
static final CallingConventionName
CallingConventionName.VECTORCALL
Vector-call convention.Fields in com.pnfsoftware.jeb.core.units.code.asm.type with type parameters of type CallingConventionNameModifier and TypeFieldDescriptionprotected static LinkedHashMap<String,
CallingConventionName> CallingConventionName.map
Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return CallingConventionNameModifier and TypeMethodDescriptionstatic CallingConventionName
Convenience method used to retrieve an enumerated constant by loose name.static CallingConventionName
static CallingConventionName
CallingConventionName.valueOf
(int id) static CallingConventionName
Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return types with arguments of type CallingConventionNameModifier and TypeMethodDescriptionstatic Collection<CallingConventionName>
CallingConventionName.values()
Constructors in com.pnfsoftware.jeb.core.units.code.asm.type with parameters of type CallingConventionNameModifierConstructorDescriptionCallingConventionBuilder
(CallingConventionName name, ProcessorType proctype)