Searched refs:comdatIndex (Results 1 – 1 of 1) sorted by relevance
1032 int comdatIndex = objSym.getComdatIndex(); in parse() local1049 } else if (comdatIndex != -1) { in parse()1050 if (symName == obj->getComdatTable()[comdatIndex].first) { in parse()1051 sym = comdat[comdatIndex].first; in parse()1054 } else if (comdat[comdatIndex].second) { in parse()