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

#include <bfdlink.h>

Public Attributes

struct bfd_link_ordernext
 
enum bfd_link_order_type type
 
bfd_vma offset
 
bfd_size_type size
 
union {
   struct {
      asection *   section
 
   }   indirect
 
   struct {
      unsigned int   size
 
      bfd_byte *   contents
 
   }   data
 
   struct {
      struct bfd_link_order_reloc *   p
 
   }   reloc
 
u
 

Detailed Description

Definition at line 544 of file bfdlink.h.

Member Data Documentation

◆ contents

bfd_byte* bfd_link_order::contents

Definition at line 573 of file bfdlink.h.

◆ 

struct { ... } bfd_link_order::data

◆ 

struct { ... } bfd_link_order::indirect

◆ next

struct bfd_link_order* bfd_link_order::next

Definition at line 546 of file bfdlink.h.

◆ offset

bfd_vma bfd_link_order::offset

Definition at line 550 of file bfdlink.h.

◆ p

struct bfd_link_order_reloc* bfd_link_order::p

Definition at line 580 of file bfdlink.h.

◆ 

struct { ... } bfd_link_order::reloc

◆ section

asection* bfd_link_order::section

Definition at line 563 of file bfdlink.h.

◆ size [1/2]

bfd_size_type bfd_link_order::size

Definition at line 552 of file bfdlink.h.

◆ size [2/2]

unsigned int bfd_link_order::size

Definition at line 571 of file bfdlink.h.

◆ type

◆ 

union { ... } bfd_link_order::u

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