ROSE 0.11.145.147
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 18510 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 18511 of file binaryInstruction.C.

◆ vd_flags

uint16_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_flags

Version information flag bitmask.

Definition at line 18512 of file binaryInstruction.C.

◆ vd_ndx

uint16_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_ndx

Version index of this entry.

Definition at line 18513 of file binaryInstruction.C.

◆ vd_cnt

uint16_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_cnt

Number of verdaux entries.

See also
SgAsmElfSymverDefinedAux

Definition at line 18514 of file binaryInstruction.C.

◆ vd_hash

uint32_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_hash

Hash of version name.

Definition at line 18515 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 18516 of file binaryInstruction.C.

◆ vd_next

uint32_t SgAsmElfSymverDefinedEntry::ElfSymverDefinedEntry_disk::vd_next

Offset (in bytes) to next verdef entry.

Definition at line 18517 of file binaryInstruction.C.


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