LLVM 19.0.0git
Public Attributes | List of all members
llvm::ELF::Elf32_Dyn Struct Reference

#include "llvm/BinaryFormat/ELF.h"

Public Attributes

Elf32_Sword d_tag
 
union {
   Elf32_Word   d_val
 
   Elf32_Addr   d_ptr
 
d_un
 

Detailed Description

Definition at line 1513 of file ELF.h.

Member Data Documentation

◆ d_ptr

Elf32_Addr llvm::ELF::Elf32_Dyn::d_ptr

Definition at line 1517 of file ELF.h.

◆ d_tag

Elf32_Sword llvm::ELF::Elf32_Dyn::d_tag

Definition at line 1514 of file ELF.h.

◆ 

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

◆ d_val

Elf32_Word llvm::ELF::Elf32_Dyn::d_val

Definition at line 1516 of file ELF.h.


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