Uses of Class
com.kenai.jnr.x86asm.LinkData
-
Packages that use LinkData Package Description com.kenai.jnr.x86asm -
-
Uses of LinkData in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm with type parameters of type LinkData Modifier and Type Field Description (package private) java.util.List<LinkData>
Label. links
Deprecated.Methods in com.kenai.jnr.x86asm that return LinkData Modifier and Type Method Description (package private) LinkData
Assembler. _emitDisplacement(Label label, long inlinedDisplacement, int size)
Deprecated.Methods in com.kenai.jnr.x86asm with parameters of type LinkData Modifier and Type Method Description (package private) void
Label. link(LinkData link)
Deprecated.
-