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

#include <ne_specs.h>

Public Attributes

ut8 type
 
ut8 flags
 
ut16 offset
 
union {
   ut16   index
 
   struct {
      ut8   segnum
 
      ut8   zero
 
      ut16   segoff
 
   } 
 
   struct {
      ut16   ignore
 
      ut16   entry_ordinal
 
   } 
 
   struct {
      ut16   align1
 
      ut16   func_ord
 
   } 
 
   struct {
      ut16   align2
 
      ut16   name_off
 
   } 
 
}; 
 

Detailed Description

Definition at line 24 of file ne_specs.h.

Member Data Documentation

◆ 

union { ... }

◆ align1

ut16 _RELOC::align1

Definition at line 40 of file ne_specs.h.

◆ align2

ut16 _RELOC::align2

Definition at line 44 of file ne_specs.h.

◆ entry_ordinal

ut16 _RELOC::entry_ordinal

Definition at line 37 of file ne_specs.h.

Referenced by rz_bin_ne_get_relocs().

◆ flags

ut8 _RELOC::flags

Definition at line 26 of file ne_specs.h.

Referenced by cmd_descs_generate.Arg::__str__(), and rz_bin_ne_get_relocs().

◆ func_ord

ut16 _RELOC::func_ord

Definition at line 41 of file ne_specs.h.

Referenced by rz_bin_ne_get_relocs().

◆ ignore

ut16 _RELOC::ignore

Definition at line 36 of file ne_specs.h.

◆ index

ut16 _RELOC::index

Definition at line 29 of file ne_specs.h.

Referenced by rz_bin_ne_get_relocs().

◆ name_off

ut16 _RELOC::name_off

Definition at line 45 of file ne_specs.h.

Referenced by rz_bin_ne_get_relocs().

◆ offset

ut16 _RELOC::offset

Definition at line 27 of file ne_specs.h.

Referenced by rz_bin_ne_get_relocs().

◆ segnum

ut8 _RELOC::segnum

Definition at line 31 of file ne_specs.h.

Referenced by rz_bin_ne_get_relocs().

◆ segoff

ut16 _RELOC::segoff

Definition at line 33 of file ne_specs.h.

Referenced by rz_bin_ne_get_relocs().

◆ type

◆ zero

ut8 _RELOC::zero

Definition at line 32 of file ne_specs.h.


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