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

#include <mybfd.h>

Public Attributes

struct bfdthe_bfd
 
const char * name
 
symvalue value
 
flagword flags
 
struct bfd_sectionsection
 
union {
   void *   p
 
   bfd_vma   i
 
udata
 

Detailed Description

Definition at line 4049 of file mybfd.h.

Member Data Documentation

◆ flags

flagword bfd_symbol::flags

Definition at line 4155 of file mybfd.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ i

bfd_vma bfd_symbol::i

Definition at line 4165 of file mybfd.h.

◆ name

◆ p

void* bfd_symbol::p

Definition at line 4164 of file mybfd.h.

◆ section

struct bfd_section* bfd_symbol::section

Definition at line 4160 of file mybfd.h.

◆ the_bfd

struct bfd* bfd_symbol::the_bfd

Definition at line 4059 of file mybfd.h.

◆ 

union { ... } bfd_symbol::udata

◆ value

symvalue bfd_symbol::value

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