Searched refs:cieIsec (Results 1 – 1 of 1) sorted by relevance
1418 InputSection *cieIsec = nullptr; in registerEhFrames() local1421 cieIsec = in registerEhFrames()1431 cieIsec = isec; in registerEhFrames()1434 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()1435 if (cieIsec == nullptr) in registerEhFrames()1438 if (cieIsec != isec) in registerEhFrames()1439 ehRelocator.makeNegativePcRel(cieOffOff, cieIsec->symbols[0], in registerEhFrames()1442 if (cieIsec == isec) { in registerEhFrames()1443 cieMap[cieIsec] = parseCIE(isec, reader, dataOff); in registerEhFrames()1447 assert(cieMap.count(cieIsec)); in registerEhFrames()[all …]