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