reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
61 assert(MLC.load_command_data.cmd == MachO::LC_DYSYMTAB); 91 MLC.dysymtab_command_data.ilocalsym = 0; 92 MLC.dysymtab_command_data.nlocalsym = NumLocalSymbols; 93 MLC.dysymtab_command_data.iextdefsym = NumLocalSymbols; 94 MLC.dysymtab_command_data.nextdefsym = NumExtDefSymbols; 95 MLC.dysymtab_command_data.iundefsym = NumLocalSymbols + NumExtDefSymbols; 96 MLC.dysymtab_command_data.nundefsym =