reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4479 Cmd.cmd = MachO::LC_DYSYMTAB; 4480 Cmd.cmdsize = sizeof(MachO::dysymtab_command); 4481 Cmd.ilocalsym = 0; 4482 Cmd.nlocalsym = 0; 4483 Cmd.iextdefsym = 0; 4484 Cmd.nextdefsym = 0; 4485 Cmd.iundefsym = 0; 4486 Cmd.nundefsym = 0; 4487 Cmd.tocoff = 0; 4488 Cmd.ntoc = 0; 4489 Cmd.modtaboff = 0; 4490 Cmd.nmodtab = 0; 4491 Cmd.extrefsymoff = 0; 4492 Cmd.nextrefsyms = 0; 4493 Cmd.indirectsymoff = 0; 4494 Cmd.nindirectsyms = 0; 4495 Cmd.extreloff = 0; 4496 Cmd.nextrel = 0; 4497 Cmd.locreloff = 0; 4498 Cmd.nlocrel = 0; 4499 return Cmd;