Package org.eclipse.cdt.utils.macho
Class MachO64.DyLib
- java.lang.Object
-
- org.eclipse.cdt.utils.macho.MachO64.DyLib
-
-
Field Summary
Fields Modifier and Type Field Description int
compatibility_version
int
current_version
String
lc_str_name
int
name
int
timestamp
-
Constructor Summary
Constructors Constructor Description DyLib()
-
-
-
Field Detail
-
name
public int name
-
timestamp
public int timestamp
-
current_version
public int current_version
-
compatibility_version
public int compatibility_version
-
lc_str_name
public String lc_str_name
-
-