Uses of Class
com.pnfsoftware.jeb.core.units.codeobject.ProcessorFamily
Packages that use ProcessorFamily
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of ProcessorFamily in com.pnfsoftware.jeb.core.units.codeobject
Fields in com.pnfsoftware.jeb.core.units.codeobject declared as ProcessorFamilyModifier and TypeFieldDescriptionstatic final ProcessorFamilyProcessorFamily.ARMstatic final ProcessorFamilyProcessorFamily.AVRstatic final ProcessorFamilyProcessorFamily.MIPSstatic final ProcessorFamilyProcessorFamily.UNKNOWNstatic final ProcessorFamilyProcessorFamily.X86Fields in com.pnfsoftware.jeb.core.units.codeobject with type parameters of type ProcessorFamilyModifier and TypeFieldDescriptionprotected static LinkedHashMap<String,ProcessorFamily> ProcessorFamily.mapMethods in com.pnfsoftware.jeb.core.units.codeobject that return ProcessorFamilyModifier and TypeMethodDescriptionProcessorType.getFamily()static ProcessorFamilystatic ProcessorFamilyProcessorFamily.valueOf(int id) static ProcessorFamilyMethods in com.pnfsoftware.jeb.core.units.codeobject that return types with arguments of type ProcessorFamilyMethods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type ProcessorFamilyModifier and TypeMethodDescriptionstatic ProcessorTypeProcessorType.register(int id, String name, ProcessorFamily family) Dynamically add a new processor type.Constructors in com.pnfsoftware.jeb.core.units.codeobject with parameters of type ProcessorFamilyModifierConstructorDescriptionprotectedProcessorType(int id, String name, ProcessorFamily family)