ROSE 0.11.145.247
Public Attributes | List of all members
SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk Struct Reference

Description

Disk format.

32- and 64-bit formats are both the same.

Definition at line 18759 of file binaryInstruction.C.

Public Attributes

uint16_t vd_version
 version of this struct: This field shall be set to 1
 
uint16_t vd_flags
 Version information flag bitmask.
 
uint16_t vd_ndx
 Version index of this entry.
 
uint16_t vd_cnt
 Number of verdaux entries.
 
uint32_t vd_hash
 Hash of version name.
 
uint32_t vd_aux
 Offset (in bytes) to start of array of verdaux entries.
 
uint32_t vd_next
 Offset (in bytes) to next verdef entry.
 

Member Data Documentation

◆ vd_version

uint16_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_version

version of this struct: This field shall be set to 1

Definition at line 18760 of file binaryInstruction.C.

◆ vd_flags

uint16_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_flags

Version information flag bitmask.

Definition at line 18761 of file binaryInstruction.C.

◆ vd_ndx

uint16_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_ndx

Version index of this entry.

Definition at line 18762 of file binaryInstruction.C.

◆ vd_cnt

uint16_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_cnt

Number of verdaux entries.

See also
SgAsmElfSymverDefinedAux

Definition at line 18763 of file binaryInstruction.C.

◆ vd_hash

uint32_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_hash

Hash of version name.

Definition at line 18764 of file binaryInstruction.C.

◆ vd_aux

uint32_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_aux

Offset (in bytes) to start of array of verdaux entries.

Definition at line 18765 of file binaryInstruction.C.

◆ vd_next

uint32_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_next

Offset (in bytes) to next verdef entry.

Definition at line 18766 of file binaryInstruction.C.


The documentation for this struct was generated from the following file: