Home | History | Annotate | Download | only in qtools

Lines Matching refs:syma

332     const stype *syma = static_cast<stype const *>(a);
334 uint32_t addr1 = syma->addr;
344 if (syma->name[0] == '_' || symb->name[0] == '_') {
348 while (syma->name[aCount] == '_')
362 return strcmp(syma->name, symb->name);