Home
last modified time | relevance | path

Searched defs:elfVerdef (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dvdso_elf64.go20 type elfVerdef struct { struct
21 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 */
Dvdso_elf32.go20 type elfVerdef struct { struct
21 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 */