Lines Matching defs:Elf_Shdr
895 using Elf_Shdr = typename ELFT::Shdr;
902 auto IsMatch = [&](const Elf_Shdr &Sec) -> Expected<bool> {
908 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link);
921 Expected<MapVector<const Elf_Shdr *, const Elf_Shdr *>> SectionRelocMapOrErr =
952 using Elf_Shdr = typename ELFT::Shdr;
953 const Elf_Shdr *VerSec = nullptr;
954 const Elf_Shdr *VerNeedSec = nullptr;
955 const Elf_Shdr *VerDefSec = nullptr;
957 for (const Elf_Shdr &Sec : cantFail(EF.sections())) {