Lines Matching full:verdef
147 // Records for each version index the corresponding Verdef or Vernaux entry.
154 VersionMapEntry(const Elf_Verdef *verdef)
155 : PointerIntPair<const void *, 1>(verdef, 0) {}
267 unsigned vd_count = sec->sh_info; // Number of Verdef entries
270 // The first Verdef entry is at the start of the section.
278 report_fatal_error("Unexpected verdef version");
1333 LLVM_READOBJ_TYPE_CASE(VERDEF);