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

  /external/elfutils/src/
readelf.c 1892 GElf_Vernaux *vernaux = NULL; local
    [all...]
ldgeneric.c 3812 GElf_Vernaux vernaux; local
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 235 Elf_Half vn_cnt; // Number of associated Vernaux entries
237 Elf_Word vn_aux; // Offset to first Vernaux entry (in bytes)
250 Elf_Word vna_next; // Offset to next Vernaux entry (in bytes)
462 // Records for each version index the corresponding Verdef or Vernaux entry.
471 VersionMapEntry(const Elf_Vernaux *vernaux)
472 : PointerIntPair<const void*, 1>(vernaux, 1) { }
659 // Iterate through the Vernaux entries
    [all...]

Completed in 43 milliseconds