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 CallingConventionNameCallingConventionName.ARM_A32Standard Arm convention.static final CallingConventionNameCallingConventionName.ARM_A32_HFStandard Arm convention, using hardware registers for floating point parameters.static final CallingConventionNameCallingConventionName.ARM_A64Standard Arm 64-bit (aarch64 / arm v8) convention.static final CallingConventionNameCallingConventionName.CDECLStandard cdecl, a common alias used for common C conventions.static final CallingConventionNameCallingConventionName.FASTCALLMicrosoft fast-call convention.static final CallingConventionNameCallingConventionName.MIPS_N32Modern Mips 32-bit convention.static final CallingConventionNameCallingConventionName.MIPS_N64Standard Mips 64-bit convention.static final CallingConventionNameCallingConventionName.MIPS_O32Legacy Mips 32-bit convention.static final CallingConventionNameCallingConventionName.STDCALLMicrosoft standard call convention for win32.static final CallingConventionNameCallingConventionName.SYSVAMD64Amd64 convention used on System-V (*nix).static final CallingConventionNameCallingConventionName.THISCALLThe standard C++ convention.static final CallingConventionNameCallingConventionName.UNKNOWNstatic final CallingConventionNameCallingConventionName.VECTORCALLVector-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.mapMethods in com.pnfsoftware.jeb.core.units.code.asm.type that return CallingConventionNameModifier and TypeMethodDescriptionstatic CallingConventionNameConvenience method used to retrieve an enumerated constant by loose name.static CallingConventionNamestatic CallingConventionNameCallingConventionName.valueOf(int id) static CallingConventionNameMethods 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)