Searched refs:comdatIndex (Results 1 – 1 of 1) sorted by relevance
1083 int comdatIndex = objSym.getComdatIndex(); in parse() local1115 } else if (comdatIndex != -1) { in parse()1116 if (symName == obj->getComdatTable()[comdatIndex].first) { in parse()1117 sym = comdat[comdatIndex].first; in parse()1120 } else if (comdat[comdatIndex].second) { in parse()