Lines Matching refs:ConcatInputSection
328 auto *isec = make<ConcatInputSection>( in parseSections()
373 auto *isec = make<ConcatInputSection>(section, data, align); in parseSections()
406 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
447 static Defined *findSymbolAtOffset(const ConcatInputSection *isec, in findSymbolAtOffset()
987 sym.n_desc & N_ALT_ENTRY || !isa<ConcatInputSection>(isec)) { in parseSymbols()
992 auto *concatIsec = cast<ConcatInputSection>(isec); in parseSymbols()
994 auto *nextIsec = make<ConcatInputSection>(*concatIsec); in parseSymbols()
1039 ConcatInputSection *isec = make<ConcatInputSection>(section, data); in OpaqueFile()
1201 ConcatInputSection *isec = cast<ConcatInputSection>(subsection.isec); in registerCompactUnwind()
1230 ConcatInputSection *referentIsec; in registerCompactUnwind()
1247 referentIsec = cast<ConcatInputSection>(sym->isec); in registerCompactUnwind()
1250 cast<ConcatInputSection>(r.referent.dyn_cast<InputSection *>()); in registerCompactUnwind()
1423 cast<ConcatInputSection>(minuend.referent.get<InputSection *>()); in targetSymFromCanonicalSubtractor()
1449 auto *isec = cast<ConcatInputSection>(findContainingSubsection(*sec, &addr)); in findSymbolAtAddress()
1470 auto *isec = cast<ConcatInputSection>(subsec.isec); in registerEhFrames()
1561 funcSym = findSymbolAtOffset(cast<ConcatInputSection>(funcSym->isec), in registerEhFrames()
1582 cast<ConcatInputSection>(findContainingSubsection(*sec, &lsdaAddr)); in registerEhFrames()