Rizin
unix-like reverse engineering framework and cli tools
bfd_link_hash_entry Struct Reference

#include <bfdlink.h>

Public Attributes

struct bfd_hash_entry root
 
enum bfd_link_hash_type type
 
union {
   struct {
      struct bfd_link_hash_entry *   next
 
      bfd *   abfd
 
      bfd *   weak
 
   }   undef
 
   struct {
      struct bfd_link_hash_entry *   next
 
      asection *   section
 
      bfd_vma   value
 
   }   def
 
   struct {
      struct bfd_link_hash_entry *   next
 
      struct bfd_link_hash_entry *   link
 
      const char *   warning
 
   }   i
 
   struct {
      struct bfd_link_hash_entry *   next
 
      struct bfd_link_hash_common_entry {
         unsigned int   alignment_power
 
         asection *   section
 
      }   p
 
      bfd_size_type   size
 
   }   c
 
u
 

Detailed Description

Definition at line 80 of file bfdlink.h.

Member Data Documentation

◆ abfd

bfd* bfd_link_hash_entry::abfd

Definition at line 113 of file bfdlink.h.

◆ alignment_power

unsigned int bfd_link_hash_entry::alignment_power

Definition at line 144 of file bfdlink.h.

◆ 

struct { ... } bfd_link_hash_entry::c

◆ 

struct { ... } bfd_link_hash_entry::def

◆ 

struct { ... } bfd_link_hash_entry::i

◆ link

struct bfd_link_hash_entry* bfd_link_hash_entry::link

Definition at line 127 of file bfdlink.h.

◆ next

struct bfd_link_hash_entry* bfd_link_hash_entry::next

Definition at line 112 of file bfdlink.h.

◆ 

struct { ... } ::bfd_link_hash_common_entry * bfd_link_hash_entry::p

◆ root

struct bfd_hash_entry bfd_link_hash_entry::root

Definition at line 620 of file bfdlink.h.

◆ section

asection* bfd_link_hash_entry::section

Definition at line 120 of file bfdlink.h.

◆ size

bfd_size_type bfd_link_hash_entry::size

Definition at line 147 of file bfdlink.h.

◆ type

◆ 

union { ... } bfd_link_hash_entry::u

◆ 

struct { ... } bfd_link_hash_entry::undef

◆ value

bfd_vma bfd_link_hash_entry::value

◆ warning

const char* bfd_link_hash_entry::warning

Definition at line 128 of file bfdlink.h.

◆ weak

bfd* bfd_link_hash_entry::weak

Definition at line 114 of file bfdlink.h.


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