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

#include <mybfd.h>

Public Attributes

struct bfd_hash_entry ** table
 
unsigned int size
 
unsigned int entsize
 
struct bfd_hash_entry *(* newfunc )(struct bfd_hash_entry *, struct bfd_hash_table *, const char *)
 
void * memory
 

Detailed Description

Definition at line 373 of file mybfd.h.

Member Data Documentation

◆ entsize

unsigned int bfd_hash_table::entsize

Definition at line 379 of file mybfd.h.

◆ memory

void* bfd_hash_table::memory

Definition at line 390 of file mybfd.h.

◆ newfunc

struct bfd_hash_entry*(* bfd_hash_table::newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *)

Definition at line 379 of file mybfd.h.

◆ size

unsigned int bfd_hash_table::size

Definition at line 377 of file mybfd.h.

◆ table

struct bfd_hash_entry** bfd_hash_table::table

Definition at line 375 of file mybfd.h.


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