Lines Matching refs:verdef
198 // Records for each version index the corresponding Verdef or Vernaux entry.
205 VersionMapEntry(const Elf_Verdef *verdef)
206 : PointerIntPair<const void *, 1>(verdef, 0) {}
454 unsigned vd_count = sec->sh_info; // Number of Verdef entries
457 // The first Verdef entry is at the start of the section.
465 report_fatal_error("Unexpected verdef version");
533 typedef typename ELFO::Elf_Verdef VerDef;
555 if (P + sizeof(VerDef) > SecEndAddress)
558 auto *VD = reinterpret_cast<const VerDef *>(P);
1532 LLVM_READOBJ_TYPE_CASE(VERDEF);
2622 return "VERDEF";