Lines Matching defs:Elf_Shdr
882 using Elf_Shdr = typename ELFT::Shdr;
889 auto IsMatch = [&](const Elf_Shdr &Sec) -> Expected<bool> {
895 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link);
908 Expected<MapVector<const Elf_Shdr *, const Elf_Shdr *>> SectionRelocMapOrErr =
939 using Elf_Shdr = typename ELFT::Shdr;
940 const Elf_Shdr *VerSec = nullptr;
941 const Elf_Shdr *VerNeedSec = nullptr;
942 const Elf_Shdr *VerDefSec = nullptr;
944 for (const Elf_Shdr &Sec : cantFail(EF.sections())) {