Lines Matching defs:SectionRef
470 auto handleSection = [&](const ELFT::Phdr &Phdr, SectionRef SecRef) {
503 for (SectionRef SecRef : InputFile->sections())
549 for (const SectionRef &Section : InputFile->sections()) {
1924 for (const SectionRef &Section : InputFile->sections()) {
2354 const SectionRef &SectionRef = DynamicRelSectionOrErr->getSectionRef();
2356 SectionRef.relocation_begin(), SectionRef.relocation_end());
2382 for (const SectionRef &Section : InputFile->sections()) {
2397 void RewriteInstance::readDynamicRelocations(const SectionRef &Section,
2524 void RewriteInstance::readRelocations(const SectionRef &Section) {
2536 SectionRef RelocatedSection = *SecIter;
2561 void RewriteInstance::handleRelocation(const SectionRef &RelocatedSection,
4211 SectionRef SecRef = ELF64LEFile->toSectionRef(&Section);
4400 SectionRef SecRef = File->toSectionRef(&Section);
4483 SectionRef SecRef = File->toSectionRef(&Section);
4536 SectionRef SecRef = File->toSectionRef(&Section);
5352 SectionRef GOTSection;
5353 for (const SectionRef &Section : File->sections()) {