Searched defs:elfVerdef (Results 1 – 2 of 2) sorted by relevance
20 type elfVerdef struct { struct21 vd_version uint16 /* Version revision */22 vd_flags uint16 /* Version information */23 vd_ndx uint16 /* Version Index */24 vd_cnt uint16 /* Number of associated aux entries */25 vd_hash uint32 /* Version name hash value */26 vd_aux uint32 /* Offset in bytes to verdaux array */27 vd_next uint32 /* Offset in bytes to next verdef entry */