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

#include <mybfd.h>

Public Attributes

unsigned int type
 
unsigned int rightshift
 
int size
 
unsigned int bitsize
 
bfd_boolean pc_relative
 
unsigned int bitpos
 
enum complain_overflow complain_on_overflow
 
bfd_reloc_status_type(* special_function )(bfd *, arelent *, struct bfd_symbol *, void *, asection *, bfd *, char **)
 
char * name
 
bfd_boolean partial_inplace
 
bfd_vma src_mask
 
bfd_vma dst_mask
 
bfd_boolean pcrel_offset
 

Detailed Description

Definition at line 1996 of file mybfd.h.

Member Data Documentation

◆ bitpos

unsigned int reloc_howto_struct::bitpos

Definition at line 2026 of file mybfd.h.

◆ bitsize

unsigned int reloc_howto_struct::bitsize

Definition at line 2016 of file mybfd.h.

◆ complain_on_overflow

enum complain_overflow reloc_howto_struct::complain_on_overflow

Definition at line 2026 of file mybfd.h.

◆ dst_mask

bfd_vma reloc_howto_struct::dst_mask

Definition at line 2071 of file mybfd.h.

◆ name

◆ partial_inplace

bfd_boolean reloc_howto_struct::partial_inplace

Definition at line 2057 of file mybfd.h.

◆ pc_relative

bfd_boolean reloc_howto_struct::pc_relative

Definition at line 2022 of file mybfd.h.

◆ pcrel_offset

bfd_boolean reloc_howto_struct::pcrel_offset

Definition at line 2079 of file mybfd.h.

◆ rightshift

unsigned int reloc_howto_struct::rightshift

Definition at line 2007 of file mybfd.h.

◆ size

int reloc_howto_struct::size

Definition at line 2012 of file mybfd.h.

◆ special_function

bfd_reloc_status_type(* reloc_howto_struct::special_function) (bfd *, arelent *, struct bfd_symbol *, void *, asection *, bfd *, char **)

Definition at line 2036 of file mybfd.h.

◆ src_mask

bfd_vma reloc_howto_struct::src_mask

Definition at line 2067 of file mybfd.h.

◆ type


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