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.ARMARM processor family.static final ProcessorFamilyProcessorFamily.AVRAtmel AVR processor family.static final ProcessorFamilyProcessorFamily.MIPSMIPS processor family.static final ProcessorFamilyProcessorFamily.UNKNOWNUnknown processor family.static final ProcessorFamilyProcessorFamily.X86Intel x86 processor family.Fields in com.pnfsoftware.jeb.core.units.codeobject with type parameters of type ProcessorFamilyModifier and TypeFieldDescriptionprotected static LinkedHashMap<String, ProcessorFamily> ProcessorFamily.mapRegistered processor families.Methods in com.pnfsoftware.jeb.core.units.codeobject that return ProcessorFamilyModifier and TypeMethodDescriptionProcessorType.getFamily()Retrieve the processor family.static ProcessorFamilyRegister a processor family.static ProcessorFamilyProcessorFamily.valueOf(int id) Retrieve a processor family by id.static ProcessorFamilyRetrieve a processor family by name.Methods in com.pnfsoftware.jeb.core.units.codeobject that return types with arguments of type ProcessorFamilyModifier and TypeMethodDescriptionstatic Collection<ProcessorFamily> ProcessorFamily.values()Retrieve registered processor families.Methods 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)