HomeSort by relevance Sort by last modified time
    Searched refs:verdef (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
readelf.c 1951 GElf_Verdef *verdef = gelf_getverdef (verdef_data, 0, local
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 212 Elf_Word vd_next; // Offset to the next Verdef entry (in bytes)
214 /// Get the first Verdaux entry for this Verdef.
462 // Records for each version index the corresponding Verdef or Vernaux entry.
469 VersionMapEntry(const Elf_Verdef *verdef)
470 : PointerIntPair<const void*, 1>(verdef, 0) { }
621 unsigned vd_count = sec->sh_info; // Number of Verdef entries
624 // The first Verdef entry is at the start of the section.
632 report_fatal_error("Unexpected verdef version");
    [all...]

Completed in 66 milliseconds