Package org.eclipse.cdt.utils.macho
Class MachO64.DyLibModule
- java.lang.Object
-
- org.eclipse.cdt.utils.macho.MachO64.DyLibModule
-
- Enclosing class:
- MachO64
public class MachO64.DyLibModule extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intiextdefsymintiextrelintiinit_itermintilocalsymintirefsymintmodule_nameintnextdefsymintnextrelintninit_ntermintnlocalsymintnrefsymlongobjc_module_info_addrintobjc_module_info_size
-
Constructor Summary
Constructors Constructor Description DyLibModule()
-
-
-
Field Detail
-
module_name
public int module_name
-
iextdefsym
public int iextdefsym
-
nextdefsym
public int nextdefsym
-
irefsym
public int irefsym
-
nrefsym
public int nrefsym
-
ilocalsym
public int ilocalsym
-
nlocalsym
public int nlocalsym
-
iextrel
public int iextrel
-
nextrel
public int nextrel
-
iinit_iterm
public int iinit_iterm
-
ninit_nterm
public int ninit_nterm
-
objc_module_info_addr
public long objc_module_info_addr
-
objc_module_info_size
public int objc_module_info_size
-
-