Lines Matching defs:SecRef
470 auto handleSection = [&](const ELFT::Phdr &Phdr, SectionRef SecRef) {
471 BinarySection *BinarySection = BC->getSectionForSectionRef(SecRef);
476 const ELFShdrTy *Sec = cantFail(Obj.getSection(SecRef.getIndex()));
503 for (SectionRef SecRef : InputFile->sections())
504 handleSection(Phdr, SecRef);
4211 SectionRef SecRef = ELF64LEFile->toSectionRef(&Section);
4212 BinarySection *BSec = BC->getSectionForSectionRef(SecRef);
4400 SectionRef SecRef = File->toSectionRef(&Section);
4401 BinarySection *BinSec = BC->getSectionForSectionRef(SecRef);
4483 SectionRef SecRef = File->toSectionRef(&Section);
4484 BinarySection *BinSec = BC->getSectionForSectionRef(SecRef);
4536 SectionRef SecRef = File->toSectionRef(&Section);
4537 BinarySection *BinSec = BC->getSectionForSectionRef(SecRef);