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

#include <mybfd.h>

Public Attributes

void * marker
 
void * tdata
 
flagword flags
 
const struct bfd_arch_infoarch_info
 
struct bfd_sectionsections
 
struct bfd_sectionsection_last
 
unsigned int section_count
 
struct bfd_hash_table section_htab
 

Detailed Description

Definition at line 4540 of file mybfd.h.

Member Data Documentation

◆ arch_info

const struct bfd_arch_info* bfd_preserve::arch_info

Definition at line 4544 of file mybfd.h.

◆ flags

flagword bfd_preserve::flags

Definition at line 4543 of file mybfd.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ marker

void* bfd_preserve::marker

Definition at line 4541 of file mybfd.h.

◆ section_count

unsigned int bfd_preserve::section_count

Definition at line 4547 of file mybfd.h.

◆ section_htab

struct bfd_hash_table bfd_preserve::section_htab

Definition at line 4547 of file mybfd.h.

◆ section_last

struct bfd_section* bfd_preserve::section_last

Definition at line 4546 of file mybfd.h.

◆ sections

struct bfd_section* bfd_preserve::sections

Definition at line 4545 of file mybfd.h.

◆ tdata

void* bfd_preserve::tdata

Definition at line 4542 of file mybfd.h.


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