LLVM  8.0.1
Public Attributes | List of all members
llvm::ELF::Elf64_Dyn Struct Reference

#include "llvm/BinaryFormat/ELF.h"

Collaboration diagram for llvm::ELF::Elf64_Dyn:
Collaboration graph
[legend]

Public Attributes

Elf64_Sxword d_tag
 
union {
   Elf64_Xword   d_val
 
   Elf64_Addr   d_ptr
 
d_un
 

Detailed Description

Definition at line 1233 of file ELF.h.

Member Data Documentation

◆ d_ptr

Elf64_Addr llvm::ELF::Elf64_Dyn::d_ptr

Definition at line 1237 of file ELF.h.

◆ d_tag

Elf64_Sxword llvm::ELF::Elf64_Dyn::d_tag

Definition at line 1234 of file ELF.h.

◆ d_un

union { ... } llvm::ELF::Elf64_Dyn::d_un

◆ d_val

Elf64_Xword llvm::ELF::Elf64_Dyn::d_val

Definition at line 1236 of file ELF.h.


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