Home | History | Annotate | Download | only in Object

Lines Matching refs:verdef

273   // Records for each version index the corresponding Verdef or Vernaux entry.
280 VersionMapEntry(const Elf_Verdef *verdef)
281 : PointerIntPair<const void*, 1>(verdef, 0) { }
438 unsigned vd_count = sec->sh_info; // Number of Verdef entries
441 // The first Verdef entry is at the start of the section.
449 report_fatal_error("Unexpected verdef version");