Searched refs:dysymcmd (Results 1 – 1 of 1) sorted by relevance
670 struct dysymtab_command *dysymcmd = NULL; in ML_() local723 dysymcmd = (struct dysymtab_command *)cmd; in ML_()819 if (ii.macho_img && ii.macho_img_szB > 0 && symcmd && dysymcmd) { in ML_()833 if (dysymcmd->ilocalsym + dysymcmd->nlocalsym > symcmd->nsyms in ML_()834 || dysymcmd->iextdefsym + dysymcmd->nextdefsym > symcmd->nsyms) { in ML_()845 dysymcmd->nextdefsym, dysymcmd->nlocalsym ); in ML_()859 syms + dysymcmd->iextdefsym, dysymcmd->nextdefsym, in ML_()864 syms + dysymcmd->ilocalsym, dysymcmd->nlocalsym, in ML_()