Index

F G O S 
All Classes and Interfaces|All Packages

F

findProvider(ObjectType, ClassLoader) - Static method in interface org.qbicc.machine.object.ObjectFileProvider
Find a provider for the given object type.

G

getByteOrder() - Method in interface org.qbicc.machine.object.ObjectFile
 
getCpu() - Method in interface org.qbicc.machine.object.ObjectFile
 
getName() - Method in interface org.qbicc.machine.object.Section
 
getObjectType() - Method in interface org.qbicc.machine.object.ObjectFile
 
getObjectType() - Method in interface org.qbicc.machine.object.ObjectFileProvider
Get the object file format.
getRelocationSymbolForSymbolValue(String) - Method in interface org.qbicc.machine.object.ObjectFile
 
getSection(String) - Method in interface org.qbicc.machine.object.ObjectFile
 
getSectionContent() - Method in interface org.qbicc.machine.object.Section
 
getStackMapSectionName() - Method in interface org.qbicc.machine.object.ObjectFile
 
getSymbolAsBytes(String, int) - Method in interface org.qbicc.machine.object.ObjectFile
 
getSymbolSize(String) - Method in interface org.qbicc.machine.object.ObjectFile
 
getSymbolValueAsByte(String) - Method in interface org.qbicc.machine.object.ObjectFile
 
getSymbolValueAsInt(String) - Method in interface org.qbicc.machine.object.ObjectFile
 
getSymbolValueAsLong(String) - Method in interface org.qbicc.machine.object.ObjectFile
 
getSymbolValueAsUtfString(String, int) - Method in interface org.qbicc.machine.object.ObjectFile
 

O

ObjectFile - Interface in org.qbicc.machine.object
A generic API to introspect object files in a format-agnostic manner.
ObjectFileProvider - Interface in org.qbicc.machine.object
An object file format provider.
openObjectFile(Path) - Method in interface org.qbicc.machine.object.ObjectFileProvider
Open an object file on the filesystem for introspection.
org.qbicc.machine.object - package org.qbicc.machine.object
 

S

Section - Interface in org.qbicc.machine.object
An object file section.
F G O S 
All Classes and Interfaces|All Packages